Removed redundant "using log_thread_id=size_t"

This commit is contained in:
gabime
2015-04-08 10:56:39 +03:00
parent 7cf34ce820
commit 8da33db62f
3 changed files with 3 additions and 3 deletions

View File

@@ -90,7 +90,7 @@ struct log_msg
std::string logger_name;
level::level_enum level;
log_clock::time_point time;
log_thread_id thread_id;
size_t thread_id;
fmt::MemoryWriter raw;
fmt::MemoryWriter formatted;
};