diff options
author | Nat Goodspeed <nat@lindenlab.com> | 2023-05-19 15:35:09 -0400 |
---|---|---|
committer | marchcat-pe <alihatskiy@productengine.com> | 2023-05-23 04:28:58 +0300 |
commit | 27ee831e38b66bb3415c3df02fd2c518463ba404 (patch) | |
tree | 4453e0ab79817f3558df63cb5b1c1e4163161419 /indra/newview/llappviewerwin32.cpp | |
parent | 1d1a63abe4a3d3a6191172c1693ffbdb0ffb2d71 (diff) |
SL-19744: Remove LLErrorThread and LLAppViewer::handleViewerCrash()
Diffstat (limited to 'indra/newview/llappviewerwin32.cpp')
-rw-r--r-- | indra/newview/llappviewerwin32.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/indra/newview/llappviewerwin32.cpp b/indra/newview/llappviewerwin32.cpp index d22fb7a4e6..298d841934 100644 --- a/indra/newview/llappviewerwin32.cpp +++ b/indra/newview/llappviewerwin32.cpp @@ -428,8 +428,6 @@ int APIENTRY WINMAIN(HINSTANCE hInstance, gOldTerminateHandler = std::set_terminate(exceptionTerminateHandler); - viewer_app_ptr->setErrorHandler(LLAppViewer::handleViewerCrash); - // Set a debug info flag to indicate if multiple instances are running. bool found_other_instance = !create_app_mutex(); gDebugInfo["FoundOtherInstanceAtStartup"] = LLSD::Boolean(found_other_instance); |