diff options
author | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2022-02-11 20:26:00 +0200 |
---|---|---|
committer | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2022-02-11 20:28:42 +0200 |
commit | 236593e997e931580d3bd3192b12e450c8054b07 (patch) | |
tree | 204d4c10a543c5ea7ceed92c38e55dd20fba5643 /indra/newview/llappviewerwin32.h | |
parent | 6f49893fb313d0099900a347cac251f8b7bde40e (diff) |
Revert "SL-14961 Coroutine crash was not reported to bugsplat"
Will be replaced with retrow from nat
Diffstat (limited to 'indra/newview/llappviewerwin32.h')
-rw-r--r-- | indra/newview/llappviewerwin32.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/indra/newview/llappviewerwin32.h b/indra/newview/llappviewerwin32.h index 82b6b0c77c..3e3fc55151 100644 --- a/indra/newview/llappviewerwin32.h +++ b/indra/newview/llappviewerwin32.h @@ -43,8 +43,6 @@ public: bool init() override; // Override to do application initialization bool cleanup() override; - void reportCrashToBugsplat(void* pExcepInfo) override; - protected: void initLoggingAndGetLastDuration() override; // Override to clean stack_trace info. void initConsole() override; // Initialize OS level debugging console. |