From b7ecec0c238be4868f0ad678174eb9a5808d7be2 Mon Sep 17 00:00:00 2001 From: gabime Date: Sat, 6 Apr 2019 01:37:51 +0300 Subject: [PATCH] some cleanup --- include/spdlog/common.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/include/spdlog/common.h b/include/spdlog/common.h index 933589af..105415dd 100644 --- a/include/spdlog/common.h +++ b/include/spdlog/common.h @@ -212,8 +212,6 @@ private: std::string msg_; }; - - struct source_loc { SPDLOG_CONSTEXPR source_loc()