From 21839b8ae68ea07796a5470c09625d4766c15b8f Mon Sep 17 00:00:00 2001 From: zilmar Date: Thu, 29 Sep 2016 21:33:39 +1000 Subject: [PATCH] [Project64] Remove commented out code from SystemTiming.cpp --- Source/Project64-core/N64System/Mips/SystemTiming.cpp | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/Source/Project64-core/N64System/Mips/SystemTiming.cpp b/Source/Project64-core/N64System/Mips/SystemTiming.cpp index 1e231b159..ff3160f08 100644 --- a/Source/Project64-core/N64System/Mips/SystemTiming.cpp +++ b/Source/Project64-core/N64System/Mips/SystemTiming.cpp @@ -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: