Unused otherwise.

This commit is contained in:
Steve Checkoway
2006-05-05 09:41:23 +00:00
parent 49d51f0a53
commit 431f13437b
@@ -74,8 +74,9 @@ ArchHooks_darwin::ArchHooks_darwin()
CrashHandler::CrashHandlerHandleArgs( g_argc, g_argv );
SignalHandler::OnClose( DoCrashSignalHandler );
#endif
#if REAL_TIME_CRITICAL_SECTION
TimeCritMutex = new RageMutex("TimeCritMutex");
#endif
// CF*Copy* functions' return values need to be released, CF*Get* functions' do not.
CFStringRef key = CFSTR( "ApplicationBundlePath" );
@@ -127,7 +128,9 @@ ArchHooks_darwin::ArchHooks_darwin()
ArchHooks_darwin::~ArchHooks_darwin()
{
#if REAL_TIME_CRITICAL_SECTION
delete TimeCritMutex;
#endif
}
RString ArchHooks_darwin::GetMachineId()