Skip to content

Commit

Permalink
remove a comment
Browse files Browse the repository at this point in the history
  • Loading branch information
gfgtdf committed Jul 8, 2015
1 parent 3dc1cd5 commit ce8ef64
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/playturn_network_adapter.cpp
Expand Up @@ -92,7 +92,6 @@ bool playturn_network_adapter::read(config& dst)
//split [turn] indo different [turn] for each child.
assert(next_->cfg.all_children_count() > next_command_num_);
config::all_children_iterator itor = child_old.ordered_begin();
//TODO: implement operator + (all_children_iterator, int ) properly
std::advance(itor, next_command_num_);
//TODO: implement a non const version of ordered children
config& childchild_old = const_cast<config&>(itor->cfg);
Expand Down

0 comments on commit ce8ef64

Please sign in to comment.