aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--linden/indra/newview/llappviewer.cpp10
1 files changed, 0 insertions, 10 deletions
diff --git a/linden/indra/newview/llappviewer.cpp b/linden/indra/newview/llappviewer.cpp
index 96fc451..dd3c848 100644
--- a/linden/indra/newview/llappviewer.cpp
+++ b/linden/indra/newview/llappviewer.cpp
@@ -1162,16 +1162,6 @@ bool LLAppViewer::mainLoop()
1162 1162
1163bool LLAppViewer::cleanup() 1163bool LLAppViewer::cleanup()
1164{ 1164{
1165 //----------------------------------------------
1166 //this test code will be removed after the test
1167 //test manual call stack tracer
1168 if(gSavedSettings.getBOOL("QAMode"))
1169 {
1170 LLError::LLCallStacks::print() ;
1171 }
1172 //end of the test code
1173 //----------------------------------------------
1174
1175 //flag all elements as needing to be destroyed immediately 1165 //flag all elements as needing to be destroyed immediately
1176 // to ensure shutdown order 1166 // to ensure shutdown order
1177 LLMortician::setZealous(TRUE); 1167 LLMortician::setZealous(TRUE);