Skip to content

Commit

Permalink
Merge pull request #744 from lioncash/unused-file
Browse files Browse the repository at this point in the history
Core: Remove unused file DSPJitUtil.h
  • Loading branch information
lioncash committed Aug 6, 2014
2 parents 95f15ac + 4235403 commit 62cc22a
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 62cc22a

Please sign in to comment.