diff options
Diffstat (limited to 'src/common/logging/log_entry.h')
-rw-r--r-- | src/common/logging/log_entry.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/common/logging/log_entry.h b/src/common/logging/log_entry.h index dd6f44841..b28570071 100644 --- a/src/common/logging/log_entry.h +++ b/src/common/logging/log_entry.h @@ -22,7 +22,6 @@ struct Entry { unsigned int line_num = 0; std::string function; std::string message; - bool final_entry = false; }; } // namespace Common::Log |