summaryrefslogtreecommitdiff
path: root/indra/newview/llstartup.cpp
diff options
context:
space:
mode:
authorDave Parks <davep@lindenlab.com>2024-08-14 13:37:12 -0500
committerGitHub <noreply@github.com>2024-08-14 13:37:12 -0500
commita52ba692a1810cc8883e2a2229cc243f800720c8 (patch)
treecd043b840bdacdcb2d2486fdeebb369ffff65609 /indra/newview/llstartup.cpp
parentb5e306f7d89e82984a37824a3640bd67a5c45d61 (diff)
parent0ee528c5fdfa8d49ebd43774853880f1b2e352d8 (diff)
Merge pull request #2283 from RyeMutt/reduce-thread-contention
Reduce thread contention between main thread and asset fetch threads
Diffstat (limited to 'indra/newview/llstartup.cpp')
-rw-r--r--indra/newview/llstartup.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/newview/llstartup.cpp b/indra/newview/llstartup.cpp
index b993ba16d5..7cefa21125 100644
--- a/indra/newview/llstartup.cpp
+++ b/indra/newview/llstartup.cpp
@@ -1285,7 +1285,6 @@ bool idle_startup()
//
// Initialize classes w/graphics stuff.
//
- LLViewerStatsRecorder::instance(); // Since textures work in threads
LLSurface::initClasses();
display_startup();