diff options
| author | Kargatum <dowlandtop@yandex.com> | 2021-01-09 17:59:50 +0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-01-09 11:59:50 +0100 |
| commit | ea93a5c1a159912fac22dae9659e72b60f197f87 (patch) | |
| tree | 7af4c84e0bcfc535ecba7cc4839863ca38121dae /src/common/Debugging/WheatyExceptionReport.cpp | |
| parent | 57aa46244df18a0ad075d1982639e56ff4c8dcae (diff) | |
feat(CI/Codestyle): added codestyle check (#3668)
Diffstat (limited to 'src/common/Debugging/WheatyExceptionReport.cpp')
| -rw-r--r-- | src/common/Debugging/WheatyExceptionReport.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/common/Debugging/WheatyExceptionReport.cpp b/src/common/Debugging/WheatyExceptionReport.cpp index 40440c35a0..3ed72c5b59 100644 --- a/src/common/Debugging/WheatyExceptionReport.cpp +++ b/src/common/Debugging/WheatyExceptionReport.cpp @@ -70,7 +70,6 @@ bool WheatyExceptionReport::alreadyCrashed; std::mutex WheatyExceptionReport::alreadyCrashedLock; WheatyExceptionReport::pRtlGetVersion WheatyExceptionReport::RtlGetVersion; - // Declare global instance of class WheatyExceptionReport g_WheatyExceptionReport; @@ -1230,7 +1229,6 @@ void WheatyExceptionReport::DumpTypeIndex( dataKind == DataIsStaticMember) continue; - symbolDetails.top().HasChildren = true; if (!logChildren) { |
