summaryrefslogtreecommitdiff
path: root/indra/newview
diff options
context:
space:
mode:
authorXiaohong Bao <bao@lindenlab.com>2011-01-06 12:36:44 -0700
committerXiaohong Bao <bao@lindenlab.com>2011-01-06 12:36:44 -0700
commitf4a8027feb2bbeafe7b0cfb3b05fd27f3cf243d3 (patch)
treede3c01f9df4a723267798bc7ad90dc8d6b444033 /indra/newview
parent5654abd50d834c3a7d0efb5dde393ff34f09be17 (diff)
removed some debug code, redesigned the hash function, fixed bugs
Diffstat (limited to 'indra/newview')
-rw-r--r--indra/newview/llappviewer.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/indra/newview/llappviewer.cpp b/indra/newview/llappviewer.cpp
index fd7e1eda7f..d1727a0e83 100644
--- a/indra/newview/llappviewer.cpp
+++ b/indra/newview/llappviewer.cpp
@@ -1087,9 +1087,9 @@ bool LLAppViewer::mainLoop()
// point of posting.
LLSD newFrame;
- LLPrivateMemoryPoolTester::getInstance()->run(false) ;
- LLPrivateMemoryPoolTester::getInstance()->run(true) ;
- LLPrivateMemoryPoolTester::destroy() ;
+ //LLPrivateMemoryPoolTester::getInstance()->run(false) ;
+ //LLPrivateMemoryPoolTester::getInstance()->run(true) ;
+ //LLPrivateMemoryPoolTester::destroy() ;
// Handle messages
while (!LLApp::isExiting())