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/CMakeLists.txt | |
parent | 27ee831e38b66bb3415c3df02fd2c518463ba404 (diff) |
SL-19744: Remove LLApp::startErrorThread() and references.
Diffstat (limited to 'indra/llcommon/CMakeLists.txt')
-rw-r--r-- | indra/llcommon/CMakeLists.txt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/indra/llcommon/CMakeLists.txt b/indra/llcommon/CMakeLists.txt index 54020a4231..ef4899978e 100644 --- a/indra/llcommon/CMakeLists.txt +++ b/indra/llcommon/CMakeLists.txt @@ -39,7 +39,6 @@ set(llcommon_SOURCE_FILES lldependencies.cpp lldictionary.cpp llerror.cpp - llerrorthread.cpp llevent.cpp lleventapi.cpp lleventcoro.cpp @@ -151,7 +150,6 @@ set(llcommon_HEADER_FILES llendianswizzle.h llerror.h llerrorcontrol.h - llerrorthread.h llevent.h lleventapi.h lleventcoro.h |