Removed unused member from log_msg

This commit is contained in:
gabime
2019-06-03 22:20:46 +03:00
parent cb6208a6fa
commit c000a6164c
2 changed files with 0 additions and 5 deletions

View File

@@ -18,7 +18,6 @@ struct log_msg
level::level_enum level{level::off};
log_clock::time_point time;
size_t thread_id{0};
size_t msg_id{0};
// wrapping the formatted text with color (updated by pattern_formatter).
mutable size_t color_range_start{0};