[Project64] Remove commented out code from SystemTiming.cpp

This commit is contained in:
zilmar 2016-09-29 21:33:39 +10:00
parent e8505da649
commit 21839b8ae6
1 changed files with 0 additions and 10 deletions

View File

@ -186,16 +186,6 @@ void CSystemTimer::TimerDone()
{
UpdateTimers();
/* uint32_t LastTimer;
if (Profiling)
{
LastTimer = StartTimer(Timer_Done);
}
if (LogOptions.GenerateLog && LogOptions.LogExceptions && !LogOptions.NoInterrupts)
{
LogMessage("%08X: Timer Done (Type: %d CurrentTimer: %d)", *_PROGRAM_COUNTER, m_Current, *_Timer );
}
*/
switch (m_Current)
{
case CSystemTimer::CompareTimer: