summaryrefslogtreecommitdiff
path: root/src/common/logging/log_entry.h
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2021-11-13 00:03:54 -0800
committerGitHub <noreply@github.com>2021-11-13 00:03:54 -0800
commit0eacc362dd520fec8f11497837718c1d7d827450 (patch)
tree77c66848d4450c5c55795d3a3f4bade54baa0dc6 /src/common/logging/log_entry.h
parent852858c2cb1e07afd467ffc009ef736ce01b4f8f (diff)
parentd6b5f64484053772c486a0cd4d3be98f02a01391 (diff)
Merge pull request #7272 from behunin/the-courteous-logger
Logging: Impl refactor
Diffstat (limited to 'src/common/logging/log_entry.h')
-rw-r--r--src/common/logging/log_entry.h1
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