PowerPC: Remove Profiler.cpp

With 7aa305ea35 merged, all that remains
within Profiler.cpp is an unused function that just forwards to the
equivalent function within JitInterface. Given that, we can just remove
the source file.
This commit is contained in:
Lioncash
2018-08-27 12:13:37 -04:00
parent f7b334817d
commit 36b24bf7a0
5 changed files with 0 additions and 24 deletions

View File

@ -295,7 +295,6 @@
<ClCompile Include="PowerPC\PPCCache.cpp" />
<ClCompile Include="PowerPC\PPCSymbolDB.cpp" />
<ClCompile Include="PowerPC\PPCTables.cpp" />
<ClCompile Include="PowerPC\Profiler.cpp" />
<ClCompile Include="State.cpp" />
<ClCompile Include="SysConf.cpp" />
<ClCompile Include="TitleDatabase.cpp" />