mirror of
https://github.com/gabime/spdlog.git
synced 2024-12-25 10:01:33 +08:00
Removed redundant field initializations from log_msg struct
This commit is contained in:
parent
25afbd79b2
commit
005a36f4fd
@ -38,8 +38,6 @@ struct log_msg
|
||||
log_msg(level::level_enum l):
|
||||
logger_name(),
|
||||
level(l),
|
||||
time(),
|
||||
thread_id(),
|
||||
raw(),
|
||||
formatted() {}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user