remove level-cache flags

This commit is contained in:
karenzshea
2017-10-12 11:32:41 +02:00
committed by Patrick Niklaus
parent 031ce72db1
commit 7cf7c46939
2 changed files with 0 additions and 7 deletions
-4
View File
@@ -60,10 +60,6 @@ return_code parseArguments(int argc,
&contractor_config.updater_config.turn_penalty_lookup_paths)
->composing(),
"Lookup files containing from_, to_, via_nodes, and turn penalties to adjust turn weights")(
"level-cache,o",
boost::program_options::value<bool>(&contractor_config.use_cached_priority)
->default_value(false),
"Use .level file to retain the contaction level for each node from the last run.")(
"edge-weight-updates-over-factor",
boost::program_options::value<double>(
&contractor_config.updater_config.log_edge_updates_factor)