From 005a36f4fd957a0853c78791895a1bfa5f28dcb9 Mon Sep 17 00:00:00 2001 From: gabime Date: Tue, 7 Apr 2015 21:58:46 +0300 Subject: [PATCH] Removed redundant field initializations from log_msg struct --- include/spdlog/details/log_msg.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/include/spdlog/details/log_msg.h b/include/spdlog/details/log_msg.h index dc72bcda..1654cb23 100644 --- a/include/spdlog/details/log_msg.h +++ b/include/spdlog/details/log_msg.h @@ -38,8 +38,6 @@ struct log_msg log_msg(level::level_enum l): logger_name(), level(l), - time(), - thread_id(), raw(), formatted() {}