diff --git a/indra/llcommon/llthread.cpp b/indra/llcommon/llthread.cpp index 5c1a29f24..9b2537d98 100644 --- a/indra/llcommon/llthread.cpp +++ b/indra/llcommon/llthread.cpp @@ -118,7 +118,6 @@ void *APR_THREAD_FUNC LLThread::staticRun(apr_thread_t *apr_threadp, void *datap // the critical area of the mSignal lock)]. lldebugs << "LLThread::staticRun() Exiting: " << name << llendl; - --sRunning; // Would be better to do this after joining with the thread, but we don't join :/ return NULL; }