Skip to content

Commit

Permalink
Core: Remove unused file DSPJitUtil.h
Browse files Browse the repository at this point in the history
  • Loading branch information
lioncash committed Aug 6, 2014
1 parent 95f15ac commit 4235403
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 10 deletions.
1 change: 0 additions & 1 deletion Source/Core/Core/Core.vcxproj
Expand Up @@ -277,7 +277,6 @@
<ClInclude Include="DSP\DSPStacks.h" />
<ClInclude Include="DSP\DSPTables.h" />
<ClInclude Include="DSP\Jit\DSPJitRegCache.h" />
<ClInclude Include="DSP\Jit\DSPJitUtil.h" />
<ClInclude Include="DSP\LabelMap.h" />
<ClInclude Include="ec_wii.h" />
<ClInclude Include="FifoPlayer\FifoAnalyzer.h" />
Expand Down
3 changes: 0 additions & 3 deletions Source/Core/Core/Core.vcxproj.filters
Expand Up @@ -774,9 +774,6 @@
<ClInclude Include="DSP\Jit\DSPJitRegCache.h">
<Filter>DSPCore\Jit</Filter>
</ClInclude>
<ClInclude Include="DSP\Jit\DSPJitUtil.h">
<Filter>DSPCore\Jit</Filter>
</ClInclude>
<ClInclude Include="DSP\DSPEmitter.h">
<Filter>DSPCore\Jit</Filter>
</ClInclude>
Expand Down
1 change: 0 additions & 1 deletion Source/Core/Core/DSP/Jit/DSPJitUtil.cpp
Expand Up @@ -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;

Expand Down
5 changes: 0 additions & 5 deletions Source/Core/Core/DSP/Jit/DSPJitUtil.h

This file was deleted.

0 comments on commit 4235403

Please sign in to comment.