1
0
mirror of https://github.com/gabime/spdlog.git synced 2025-03-15 10:39:53 +08:00

Removed redundant field initializations from log_msg struct

This commit is contained in:
gabime 2015-04-07 21:58:46 +03:00
parent 25afbd79b2
commit 005a36f4fd

View File

@ -38,8 +38,6 @@ struct log_msg
log_msg(level::level_enum l):
logger_name(),
level(l),
time(),
thread_id(),
raw(),
formatted() {}