diff options
| author | Nat Goodspeed <nat@lindenlab.com> | 2023-05-19 16:19:42 -0400 |
|---|---|---|
| committer | marchcat-pe <alihatskiy@productengine.com> | 2023-05-23 04:28:58 +0300 |
| commit | 863e7f22a75e9d9c9d5c1f826eac6cd0000edac0 (patch) | |
| tree | 10df9f79d6dca2791c659ee20fa9b2d79ddd8cb2 /indra/llcommon/llapp.cpp | |
| parent | 27ee831e38b66bb3415c3df02fd2c518463ba404 (diff) | |
SL-19744: Remove LLApp::startErrorThread() and references.
Diffstat (limited to 'indra/llcommon/llapp.cpp')
| -rw-r--r-- | indra/llcommon/llapp.cpp | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/indra/llcommon/llapp.cpp b/indra/llcommon/llapp.cpp index 89917b6324..b99166991f 100644 --- a/indra/llcommon/llapp.cpp +++ b/indra/llcommon/llapp.cpp @@ -374,12 +374,6 @@ void LLApp::setupErrorHandling(bool second_instance) #endif // ! LL_BUGSPLAT #endif // ! LL_WINDOWS - -#ifdef LL_BUGSPLAT - // do not start our own error thread -#else // ! LL_BUGSPLAT - startErrorThread(); -#endif } void LLApp::setErrorHandler(LLAppErrorHandler handler) |
