diff options
author | Xiaohong Bao <bao@lindenlab.com> | 2010-04-30 17:28:09 -0600 |
---|---|---|
committer | Xiaohong Bao <bao@lindenlab.com> | 2010-04-30 17:28:09 -0600 |
commit | 66a445298e2991cbfd29affa445c76b56b8631d5 (patch) | |
tree | c902544d9c504210f5f4f24595062fdd94f202d1 /indra/newview/llappviewer.cpp | |
parent | 32be2a798bb90825710f5029388a7f2c3197b872 (diff) |
the second round debug code for EXT-6792: Crash on ATI 3200
Diffstat (limited to 'indra/newview/llappviewer.cpp')
-rw-r--r-- | indra/newview/llappviewer.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/newview/llappviewer.cpp b/indra/newview/llappviewer.cpp index 5af6f1778e..858c889939 100644 --- a/indra/newview/llappviewer.cpp +++ b/indra/newview/llappviewer.cpp @@ -3950,7 +3950,6 @@ void LLAppViewer::idleNetwork() { LLMemType mt_in(LLMemType::MTYPE_IDLE_NETWORK); pingMainloopTimeout("idleNetwork"); - LLError::LLCallStacks::clear() ; gObjectList.mNumNewObjects = 0; S32 total_decoded = 0; |