Remove unused function

This commit is contained in:
wezrule 2019-02-25 15:54:16 +00:00
commit bab39123c2

View file

@ -120,7 +120,6 @@ TEST (logger, changing_time_interval)
logging.init (path1); logging.init (path1);
logging.min_time_between_log_output = 0ms; logging.min_time_between_log_output = 0ms;
nano::logger_mt my_logger (logging.min_time_between_log_output); nano::logger_mt my_logger (logging.min_time_between_log_output);
auto log_path = logging.log_path ();
auto success (my_logger.try_log ("logger.changing_time_interval1")); auto success (my_logger.try_log ("logger.changing_time_interval1"));
ASSERT_TRUE (success); ASSERT_TRUE (success);
logging.min_time_between_log_output = 20s; logging.min_time_between_log_output = 20s;