diff options
author | Aleric Inglewood | 2010-10-17 00:55:45 +0200 |
---|---|---|
committer | Aleric Inglewood | 2010-10-17 00:55:45 +0200 |
commit | 18afd21209535b17a3dc951ffd0e0c49c8de501c (patch) | |
tree | ecc6d586168ef6e9a4f6f9439b0c042dd48ee678 | |
parent | RED-429: Additional fixes. (diff) | |
download | meta-impy-18afd21209535b17a3dc951ffd0e0c49c8de501c.zip meta-impy-18afd21209535b17a3dc951ffd0e0c49c8de501c.tar.gz meta-impy-18afd21209535b17a3dc951ffd0e0c49c8de501c.tar.bz2 meta-impy-18afd21209535b17a3dc951ffd0e0c49c8de501c.tar.xz |
Don't dump callstacks at clean exit of viewer.
Diffstat (limited to '')
-rw-r--r-- | linden/indra/newview/llappviewer.cpp | 10 |
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 | ||
1163 | bool LLAppViewer::cleanup() | 1163 | bool 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); |