diff options
author | simon <simon@lindenlab.com> | 2023-05-04 16:52:35 +0100 |
---|---|---|
committer | simon <simon@lindenlab.com> | 2023-05-04 16:52:35 +0100 |
commit | e8c1a18105bddc29951d4c4b1700dc0af37c83c2 (patch) | |
tree | e9c50905806989dbca456a49c33875536ef5ad7e /indra/newview/lltexturefetch.cpp | |
parent | 7ed52090a67882cd0bc904f1e0a9ce07cf6768e9 (diff) |
First work on sl-19676 - Stats on updates
Diffstat (limited to 'indra/newview/lltexturefetch.cpp')
-rw-r--r-- | indra/newview/lltexturefetch.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/indra/newview/lltexturefetch.cpp b/indra/newview/lltexturefetch.cpp index a7dcb1a9bb..b0d6a5d466 100644 --- a/indra/newview/lltexturefetch.cpp +++ b/indra/newview/lltexturefetch.cpp @@ -2258,11 +2258,6 @@ S32 LLTextureFetchWorker::callbackHttpGet(LLCore::HttpResponse * response, mLoaded = TRUE; setPriority(LLWorkerThread::PRIORITY_HIGH | mWorkPriority); - if (LLViewerStatsRecorder::instanceExists()) - { - // Do not create this instance inside thread - LLViewerStatsRecorder::instance().log(0.2f); - } return data_size ; } |