diff options
| author | Richard Linden <none@none> | 2013-06-22 12:00:18 -0700 |
|---|---|---|
| committer | Richard Linden <none@none> | 2013-06-22 12:00:18 -0700 |
| commit | 8bddaeec6647e735415f9bd72a4e1313e11fe720 (patch) | |
| tree | eca49ce086d071a28a0fabd17342cf79955768d6 /indra/llcommon/llthreadlocalstorage.cpp | |
| parent | 090fa057b5ff17170d846473a2bc9ebc315c99d3 (diff) | |
fixed scene load monitor resetting to eagerly due to spurious camer amotion
pulled swap() out of ui time block
cleaned up internal lltrace dependencies, factored out common accumulator definitions
Diffstat (limited to 'indra/llcommon/llthreadlocalstorage.cpp')
| -rw-r--r-- | indra/llcommon/llthreadlocalstorage.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/llcommon/llthreadlocalstorage.cpp b/indra/llcommon/llthreadlocalstorage.cpp index 32d94331a6..03c306cc7f 100644 --- a/indra/llcommon/llthreadlocalstorage.cpp +++ b/indra/llcommon/llthreadlocalstorage.cpp @@ -88,6 +88,7 @@ void LLThreadLocalPointerBase::destroyStorage() } } +//static void LLThreadLocalPointerBase::initAllThreadLocalStorage() { if (!sInitialized) @@ -102,6 +103,7 @@ void LLThreadLocalPointerBase::initAllThreadLocalStorage() } } +//static void LLThreadLocalPointerBase::destroyAllThreadLocalStorage() { if (sInitialized) |
