Update log_msg_buffer-inl.h

This commit is contained in:
Gabi Melman 2019-09-19 12:00:59 +03:00 committed by GitHub
parent 5721debdf1
commit 3ad7b9b117
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 3 deletions

View File

@ -17,9 +17,6 @@ namespace details {
buffer.append(payload.begin(), payload.end());
update_string_views();
}
SPDLOG_INLINE log_msg_buffer::log_msg_buffer(const log_msg_buffer &other)
: log_msg{other}