summaryrefslogtreecommitdiff
path: root/Source/Core/VideoCommon/Src/OpcodeDecoding.cpp
diff options
context:
space:
mode:
authorSoren Jorvang <soren.jorvang@gmail.com>2011-01-27 21:57:36 +0000
committerSoren Jorvang <soren.jorvang@gmail.com>2011-01-27 21:57:36 +0000
commit955e3abe9e132786646fd9c4d5575ac0ff35c149 (patch)
tree943bf3ffc613b529f7c4b02f4963b9c78f4d9505 /Source/Core/VideoCommon/Src/OpcodeDecoding.cpp
parent0b90f720735c6596d8acc11d7fe5105b31b6313f (diff)
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
Diffstat (limited to 'Source/Core/VideoCommon/Src/OpcodeDecoding.cpp')
-rw-r--r--Source/Core/VideoCommon/Src/OpcodeDecoding.cpp2
1 files changed, 0 insertions, 2 deletions
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())