Fixup of LLAtomic and LLThreadSafeRefCount

This commit is contained in:
Aleric Inglewood
2012-03-14 01:57:44 +01:00
parent 8f6dbfc399
commit 058720824d
7 changed files with 73 additions and 79 deletions

View File

@@ -39,7 +39,6 @@ void LLCommon::initClass()
{
LLMemory::initClass();
LLTimer::initClass();
LLThreadSafeRefCount::initThreadSafeRefCount();
// LLWorkerThread::initClass();
// LLFrameCallbackManager::initClass();
}
@@ -49,7 +48,6 @@ void LLCommon::cleanupClass()
{
// LLFrameCallbackManager::cleanupClass();
// LLWorkerThread::cleanupClass();
LLThreadSafeRefCount::cleanupThreadSafeRefCount();
LLTimer::cleanupClass();
LLMemory::cleanupClass();
}