From b3543452c205055f27e6019f5aba45d9ad37a65b Mon Sep 17 00:00:00 2001 From: Gabi Melman Date: Fri, 25 May 2018 19:01:24 +0300 Subject: [PATCH] Update simple_file_sink.h --- include/spdlog/sinks/simple_file_sink.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/include/spdlog/sinks/simple_file_sink.h b/include/spdlog/sinks/simple_file_sink.h index b66e2382..b8010300 100644 --- a/include/spdlog/sinks/simple_file_sink.h +++ b/include/spdlog/sinks/simple_file_sink.h @@ -60,8 +60,6 @@ using simple_file_sink_st = simple_file_sink; // // factory functions // - -// Basic logger simply writes to given file without any limitations or rotations. template inline std::shared_ptr basic_logger_mt(const std::string &logger_name, const filename_t &filename, bool truncate = false) {