diff options
author | Xiaohong Bao <bao@lindenlab.com> | 2012-04-25 16:59:20 -0600 |
---|---|---|
committer | Xiaohong Bao <bao@lindenlab.com> | 2012-04-25 16:59:20 -0600 |
commit | 5ab4dadc703a0f7419929c7da57c471f2ece8a6c (patch) | |
tree | c96cda59be1b72bdb3b1068e6be09b6cf6f03cf5 /indra/llmessage | |
parent | adf5b5c1efaed30dc043652b174d76c9088f4b18 (diff) |
for subtasks SH-3118, SH-3112, SH-3110, SH-3106, SH-3091 for SH-3086:
As a viewer architect, I would like to understand how fast each of the components of the texture pipeline can run in isolation
Diffstat (limited to 'indra/llmessage')
-rw-r--r-- | indra/llmessage/llcurl.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llmessage/llcurl.cpp b/indra/llmessage/llcurl.cpp index 3bcaffc275..f58a4f5caf 100644 --- a/indra/llmessage/llcurl.cpp +++ b/indra/llmessage/llcurl.cpp @@ -1506,7 +1506,7 @@ void LLCurl::cleanupClass() delete sHandleMutexp ; sHandleMutexp = NULL ; - llassert(Easy::sActiveHandles.empty()); + //llassert(Easy::sActiveHandles.empty()); } //static |