mirror of
https://github.com/gabime/spdlog.git
synced 2025-09-29 01:29:35 +08:00
Removed redundant field initializations from log_msg struct
This commit is contained in:
@@ -38,8 +38,6 @@ struct log_msg
|
||||
log_msg(level::level_enum l):
|
||||
logger_name(),
|
||||
level(l),
|
||||
time(),
|
||||
thread_id(),
|
||||
raw(),
|
||||
formatted() {}
|
||||
|
||||
|
Reference in New Issue
Block a user