summaryrefslogtreecommitdiff
path: root/indra/newview/llappviewerlinux.cpp
diff options
context:
space:
mode:
authorNat Goodspeed <nat@lindenlab.com>2023-05-19 15:35:09 -0400
committermarchcat-pe <alihatskiy@productengine.com>2023-05-23 04:28:58 +0300
commit27ee831e38b66bb3415c3df02fd2c518463ba404 (patch)
tree4453e0ab79817f3558df63cb5b1c1e4163161419 /indra/newview/llappviewerlinux.cpp
parent1d1a63abe4a3d3a6191172c1693ffbdb0ffb2d71 (diff)
SL-19744: Remove LLErrorThread and LLAppViewer::handleViewerCrash()
Diffstat (limited to 'indra/newview/llappviewerlinux.cpp')
-rw-r--r--indra/newview/llappviewerlinux.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/indra/newview/llappviewerlinux.cpp b/indra/newview/llappviewerlinux.cpp
index dc487967fc..9f58f90326 100644
--- a/indra/newview/llappviewerlinux.cpp
+++ b/indra/newview/llappviewerlinux.cpp
@@ -80,8 +80,6 @@ int main( int argc, char **argv )
// install unexpected exception handler
gOldTerminateHandler = std::set_terminate(exceptionTerminateHandler);
- // install crash handlers
- viewer_app_ptr->setErrorHandler(LLAppViewer::handleViewerCrash);
bool ok = viewer_app_ptr->init();
if(!ok)