diff --git a/src/tools/extract.cpp b/src/tools/extract.cpp index 9c63bfb4b..4550cff4f 100644 --- a/src/tools/extract.cpp +++ b/src/tools/extract.cpp @@ -28,12 +28,6 @@ parseArguments(int argc, char *argv[], extractor::ExtractorConfig &extractor_con // declare a group of options that will be allowed only on command line boost::program_options::options_description generic_options("Options"); generic_options.add_options()("version,v", "Show version")("help,h", "Show this help message")( - /* - * TODO: re-enable this - "restrictions,r", - boost::program_options::value(&extractor_config.restrictions_path), - "Restrictions file in .osrm.restrictions format")( - */ "config,c", boost::program_options::value(&extractor_config.config_file_path) ->default_value("extractor.ini"),