summaryrefslogtreecommitdiff
path: root/indra/newview/llappviewerwin32.cpp
diff options
context:
space:
mode:
authorAndrey Kleshchev <andreykproductengine@lindenlab.com>2022-02-11 20:26:00 +0200
committerAndrey Kleshchev <andreykproductengine@lindenlab.com>2022-02-11 20:28:42 +0200
commit236593e997e931580d3bd3192b12e450c8054b07 (patch)
tree204d4c10a543c5ea7ceed92c38e55dd20fba5643 /indra/newview/llappviewerwin32.cpp
parent6f49893fb313d0099900a347cac251f8b7bde40e (diff)
Revert "SL-14961 Coroutine crash was not reported to bugsplat"
Will be replaced with retrow from nat
Diffstat (limited to 'indra/newview/llappviewerwin32.cpp')
-rw-r--r--indra/newview/llappviewerwin32.cpp10
1 files changed, 0 insertions, 10 deletions
diff --git a/indra/newview/llappviewerwin32.cpp b/indra/newview/llappviewerwin32.cpp
index ee533875b6..6a504bbdbd 100644
--- a/indra/newview/llappviewerwin32.cpp
+++ b/indra/newview/llappviewerwin32.cpp
@@ -708,16 +708,6 @@ bool LLAppViewerWin32::cleanup()
return result;
}
-void LLAppViewerWin32::reportCrashToBugsplat(void* pExcepInfo)
-{
-#if defined(LL_BUGSPLAT)
- if (sBugSplatSender)
- {
- sBugSplatSender->createReport((EXCEPTION_POINTERS*)pExcepInfo);
- }
-#endif // LL_BUGSPLAT
-}
-
void LLAppViewerWin32::initLoggingAndGetLastDuration()
{
LLAppViewer::initLoggingAndGetLastDuration();