Skip to content

Commit

Permalink
[main] remove duplicate option 'random_seed'
Browse files Browse the repository at this point in the history
  • Loading branch information
Silvan Sievers committed Aug 6, 2021
1 parent e5fa8dc commit 06bbdfc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/search/merge_and_shrink/merge_tree_factory_linear.cc
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,6 @@ void MergeTreeFactoryLinear::add_options_to_parser(
"variable_order", merge_strategies,
"the order in which atomic transition systems are merged",
"CG_GOAL_LEVEL");
utils::add_rng_options(parser);
}

static shared_ptr<MergeTreeFactory> _parse(options::OptionParser &parser) {
Expand Down

0 comments on commit 06bbdfc

Please sign in to comment.