diff --git a/src/search/utils/logging.h b/src/search/utils/logging.h index 2270090943..c3679b4f5e 100644 --- a/src/search/utils/logging.h +++ b/src/search/utils/logging.h @@ -130,12 +130,9 @@ class LogProxy { extern LogProxy g_log; extern void add_log_options_to_feature(plugins::Feature &feature); - extern std::tuple get_log_arguments_from_options( const plugins::Options &opts); - - extern LogProxy get_log_for_verbosity(const Verbosity &verbosity); extern LogProxy get_silent_log();