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.h | |
parent | 27ee831e38b66bb3415c3df02fd2c518463ba404 (diff) |
SL-19744: Remove LLApp::startErrorThread() and references.
Diffstat (limited to 'indra/llcommon/llapp.h')
-rw-r--r-- | indra/llcommon/llapp.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/indra/llcommon/llapp.h b/indra/llcommon/llapp.h index 436bc5437e..c832c8b142 100644 --- a/indra/llcommon/llapp.h +++ b/indra/llcommon/llapp.h @@ -303,13 +303,11 @@ protected: void stepFrame(); private: - void startErrorThread(); - // Contains the filename of the minidump file after a crash. char mMinidumpPath[MAX_MINDUMP_PATH_LENGTH]; - std::string mStaticDebugFileName; - std::string mDynamicDebugFileName; + std::string mStaticDebugFileName; + std::string mDynamicDebugFileName; // *NOTE: On Windows, we need a routine to reset the structured // exception handler when some evil driver has taken it over for |