mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-13 03:29:11 +00:00
Common: Remove Unused PerformanceCounter Code
This commit is contained in:
parent
ee8bcf2ccc
commit
30c63fa4a6
7 changed files with 0 additions and 75 deletions
|
@ -141,7 +141,6 @@
|
|||
<ClInclude Include="Common\NandPaths.h" />
|
||||
<ClInclude Include="Common\Network.h" />
|
||||
<ClInclude Include="Common\PcapFile.h" />
|
||||
<ClInclude Include="Common\PerformanceCounter.h" />
|
||||
<ClInclude Include="Common\Profiler.h" />
|
||||
<ClInclude Include="Common\QoSSession.h" />
|
||||
<ClInclude Include="Common\Random.h" />
|
||||
|
@ -823,7 +822,6 @@
|
|||
<ClCompile Include="Common\NandPaths.cpp" />
|
||||
<ClCompile Include="Common\Network.cpp" />
|
||||
<ClCompile Include="Common\PcapFile.cpp" />
|
||||
<ClCompile Include="Common\PerformanceCounter.cpp" />
|
||||
<ClCompile Include="Common\Profiler.cpp" />
|
||||
<ClCompile Include="Common\QoSSession.cpp" />
|
||||
<ClCompile Include="Common\Random.cpp" />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue