clang catch: pragma note. (no longer needed)

This commit is contained in:
Azaezel 2016-10-14 17:04:17 -05:00
parent 1131ed15df
commit a8f9249f77

View file

@ -86,15 +86,6 @@ const S32 TimeManager::getBackgroundThreshold() const
}
//----------------------------------------------------------------------------------
#pragma message("Mac/Lunix will need to implement this or get unresolved externals.")
#pragma message(" It was previously defined here with a Win32 ifdef which goes against")
#pragma message(" how torque implements its platform agnostic systems - JDD")
//PlatformTimer *PlatformTimer::create()
//{
// return new DefaultPlatformTimer();
//}
PlatformTimer::PlatformTimer()
{
}