Skip to content

Commit

Permalink
Remove Vestigial Preprocessor Block in Jit64/Jit.cpp
Browse files Browse the repository at this point in the history
"Common/GekkoDisassembler.h" became used by Release builds with commit 77e9aa4, but this got left in by mistake.
  • Loading branch information
Minty-Meeo committed Aug 3, 2022
1 parent b39d8f1 commit 347dd03
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Source/Core/Core/PowerPC/Jit64/Jit.cpp
Expand Up @@ -44,9 +44,6 @@
#include "Core/PowerPC/PPCAnalyst.h"
#include "Core/PowerPC/PowerPC.h"
#include "Core/PowerPC/Profiler.h"
#if defined(_DEBUG) || defined(DEBUGFAST)
#include "Common/GekkoDisassembler.h"
#endif

using namespace Gen;
using namespace PowerPC;
Expand Down

0 comments on commit 347dd03

Please sign in to comment.