diff options
| author | 2021-11-13 00:03:54 -0800 | |
|---|---|---|
| committer | 2021-11-13 00:03:54 -0800 | |
| commit | 0eacc362dd520fec8f11497837718c1d7d827450 (patch) | |
| tree | 77c66848d4450c5c55795d3a3f4bade54baa0dc6 /src/common/logging/log_entry.h | |
| parent | Merge pull request #7320 from OatmealDome/homebrew-capabilities (diff) | |
| parent | Refactor Logging Impl (diff) | |
| download | yuzu-0eacc362dd520fec8f11497837718c1d7d827450.tar.gz yuzu-0eacc362dd520fec8f11497837718c1d7d827450.tar.xz yuzu-0eacc362dd520fec8f11497837718c1d7d827450.zip | |
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.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 |