diff options
author | Dave Parks <davep@lindenlab.com> | 2022-05-31 16:54:05 -0500 |
---|---|---|
committer | Dave Parks <davep@lindenlab.com> | 2022-05-31 16:54:05 -0500 |
commit | fc7b5549cb6092194d11b8d87600f21992305c1c (patch) | |
tree | 40ef1776b4abd77405c60d64043f5782dfc3e4be /indra/llimage/llimageworker.cpp | |
parent | dfa71e2bb59e81de93f626fada6975ae46b01bb6 (diff) |
SL-17484 Fix for unit tests. Deprecate non-threaded LLQueuedThread and make lllfsthread threaded.
Diffstat (limited to 'indra/llimage/llimageworker.cpp')
-rw-r--r-- | indra/llimage/llimageworker.cpp | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/indra/llimage/llimageworker.cpp b/indra/llimage/llimageworker.cpp index 1aace5f3e8..d8503396d7 100644 --- a/indra/llimage/llimageworker.cpp +++ b/indra/llimage/llimageworker.cpp @@ -68,14 +68,6 @@ LLImageDecodeThread::handle_t LLImageDecodeThread::decodeImage(LLImageFormatted* return handle; } -// Used by unit test only -// Returns the size of the mutex guarded list as an indication of sanity -S32 LLImageDecodeThread::tut_size() -{ - LLMutexLock lock(mCreationMutex); - return 0; -} - LLImageDecodeThread::Responder::~Responder() { } |