summaryrefslogtreecommitdiffstats
path: root/src/common/logging/log_entry.h
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2021-11-13 09:03:54 +0100
committerGitHub <noreply@github.com>2021-11-13 09:03:54 +0100
commit0eacc362dd520fec8f11497837718c1d7d827450 (patch)
tree77c66848d4450c5c55795d3a3f4bade54baa0dc6 /src/common/logging/log_entry.h
parentMerge pull request #7320 from OatmealDome/homebrew-capabilities (diff)
parent Refactor Logging Impl (diff)
downloadyuzu-0eacc362dd520fec8f11497837718c1d7d827450.tar
yuzu-0eacc362dd520fec8f11497837718c1d7d827450.tar.gz
yuzu-0eacc362dd520fec8f11497837718c1d7d827450.tar.bz2
yuzu-0eacc362dd520fec8f11497837718c1d7d827450.tar.lz
yuzu-0eacc362dd520fec8f11497837718c1d7d827450.tar.xz
yuzu-0eacc362dd520fec8f11497837718c1d7d827450.tar.zst
yuzu-0eacc362dd520fec8f11497837718c1d7d827450.zip
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