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
1 changed files with 0 additions and 2 deletions

View File

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