From bab39123c2a2bcf46a6e2d144dd6f2238d3d6e2d Mon Sep 17 00:00:00 2001 From: wezrule Date: Mon, 25 Feb 2019 15:54:16 +0000 Subject: [PATCH] Remove unused function --- nano/core_test/logger.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/nano/core_test/logger.cpp b/nano/core_test/logger.cpp index 9d8e433b4..f6790f471 100644 --- a/nano/core_test/logger.cpp +++ b/nano/core_test/logger.cpp @@ -120,7 +120,6 @@ TEST (logger, changing_time_interval) logging.init (path1); logging.min_time_between_log_output = 0ms; 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")); ASSERT_TRUE (success); logging.min_time_between_log_output = 20s;