Fix crashing test executable on gcc 4.9

This commit is contained in:
tamasmeszaros 2019-10-02 14:25:32 +02:00
parent fa81b961c5
commit f29e18dad2
2 changed files with 1 additions and 3 deletions

View file

@ -271,8 +271,6 @@ ConfigOptionDef* ConfigDef::add_nullable(const t_config_option_key &opt_key, Con
return def;
}
std::string ConfigOptionDef::nocli = "~~~noCLI";
std::ostream& ConfigDef::print_cli_help(std::ostream& out, bool show_defaults, std::function<bool(const ConfigOptionDef &)> filter) const
{
// prepare a function for wrapping text