diff --git a/core/sems.cpp b/core/sems.cpp index cc8cfdb3..21a17169 100644 --- a/core/sems.cpp +++ b/core/sems.cpp @@ -105,36 +105,34 @@ static void print_usage(bool short_=false) } /* Note: The function should not use log because it is called before logging is initialized. */ -static bool parse_args(int argc, char* argv[], - const string& flags, const string& options, - std::map& args) +static bool parse_args(int argc, char* argv[], std::map& args) { - for(int i=1; i