Merge pull request #10942 from Minty-Meeo/vestigial-preprocessor-block

Remove Vestigial Preprocessor Block in Jit64/Jit.cpp
This commit is contained in:
Pokechu22 2022-08-03 10:59:09 -07:00 committed by GitHub
commit b2c2076c17
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;