From 955e3abe9e132786646fd9c4d5575ac0ff35c149 Mon Sep 17 00:00:00 2001 From: Soren Jorvang Date: Thu, 27 Jan 2011 21:57:36 +0000 Subject: Clean out the long since bit-rotted video profiling code. Profiler.{cpp,h} also happened to be the only dupliated filenames left in Source, the absence of which should make link-time optimization easier to get working. git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@6935 8ced0084-cf51-0410-be5f-012b33b47a6e --- Source/Core/VideoCommon/Src/OpcodeDecoding.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'Source/Core/VideoCommon/Src/OpcodeDecoding.cpp') diff --git a/Source/Core/VideoCommon/Src/OpcodeDecoding.cpp b/Source/Core/VideoCommon/Src/OpcodeDecoding.cpp index 180fb93639..8641e0db73 100644 --- a/Source/Core/VideoCommon/Src/OpcodeDecoding.cpp +++ b/Source/Core/VideoCommon/Src/OpcodeDecoding.cpp @@ -27,7 +27,6 @@ #include "Common.h" #include "VideoCommon.h" -#include "Profiler.h" #include "OpcodeDecoding.h" #include "CommandProcessor.h" #include "CPUDetect.h" @@ -446,7 +445,6 @@ void OpcodeDecoder_Shutdown() void OpcodeDecoder_Run(bool skipped_frame) { - DVSTARTPROFILE(); if (!skipped_frame) { while (FifoCommandRunnable()) -- cgit v1.2.3