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 { | |||
| 22 | unsigned int line_num = 0; | 22 | unsigned int line_num = 0; |
| 23 | std::string function; | 23 | std::string function; |
| 24 | std::string message; | 24 | std::string message; |
| 25 | bool final_entry = false; | ||
| 26 | }; | 25 | }; |
| 27 | 26 | ||
| 28 | } // namespace Common::Log | 27 | } // namespace Common::Log |