Remove commented code
This commit is contained in:
parent
991d754dc9
commit
91e1328d7c
1 changed files with 0 additions and 3 deletions
|
|
@ -393,9 +393,6 @@ void database::update_active_sons()
|
|||
}
|
||||
}
|
||||
|
||||
//const chain_property_object& cpo = get_chain_properties();
|
||||
//auto sons = sort_votable_objects<son_index>(std::max(son_count*2+1, (size_t)cpo.immutable_parameters.min_son_count));
|
||||
|
||||
const global_property_object& gpo = get_global_properties();
|
||||
const chain_parameters& cp = gpo.parameters;
|
||||
auto sons = sort_votable_objects<son_index>(cp.maximum_son_count);
|
||||
|
|
|
|||
Loading…
Reference in a new issue