From 42354035e29dbd042b11752d7b30e0c47df64069 Mon Sep 17 00:00:00 2001 From: Lioncash Date: Tue, 5 Aug 2014 23:55:34 -0400 Subject: [PATCH] Core: Remove unused file DSPJitUtil.h --- Source/Core/Core/Core.vcxproj | 1 - Source/Core/Core/Core.vcxproj.filters | 3 --- Source/Core/Core/DSP/Jit/DSPJitUtil.cpp | 1 - Source/Core/Core/DSP/Jit/DSPJitUtil.h | 5 ----- 4 files changed, 10 deletions(-) delete mode 100644 Source/Core/Core/DSP/Jit/DSPJitUtil.h diff --git a/Source/Core/Core/Core.vcxproj b/Source/Core/Core/Core.vcxproj index 8468acad0f..5addaf0664 100644 --- a/Source/Core/Core/Core.vcxproj +++ b/Source/Core/Core/Core.vcxproj @@ -277,7 +277,6 @@ - diff --git a/Source/Core/Core/Core.vcxproj.filters b/Source/Core/Core/Core.vcxproj.filters index 62b98bc4fd..4111af1780 100644 --- a/Source/Core/Core/Core.vcxproj.filters +++ b/Source/Core/Core/Core.vcxproj.filters @@ -774,9 +774,6 @@ DSPCore\Jit - - DSPCore\Jit - DSPCore\Jit diff --git a/Source/Core/Core/DSP/Jit/DSPJitUtil.cpp b/Source/Core/Core/DSP/Jit/DSPJitUtil.cpp index a8c6a4248c..43d1fa2894 100644 --- a/Source/Core/Core/DSP/Jit/DSPJitUtil.cpp +++ b/Source/Core/Core/DSP/Jit/DSPJitUtil.cpp @@ -5,7 +5,6 @@ #include "Core/DSP/DSPEmitter.h" #include "Core/DSP/DSPHWInterface.h" #include "Core/DSP/DSPMemoryMap.h" -#include "Core/DSP/Jit/DSPJitUtil.h" using namespace Gen; diff --git a/Source/Core/Core/DSP/Jit/DSPJitUtil.h b/Source/Core/Core/DSP/Jit/DSPJitUtil.h deleted file mode 100644 index 013cbd45db..0000000000 --- a/Source/Core/Core/DSP/Jit/DSPJitUtil.h +++ /dev/null @@ -1,5 +0,0 @@ -// Copyright 2013 Dolphin Emulator Project -// Licensed under GPLv2 -// Refer to the license.txt file included. - -#pragma once