Skip to content

Commit

Permalink
Remove now-unused mutex implementation.
Browse files Browse the repository at this point in the history
  • Loading branch information
unknownbrackets committed Mar 6, 2016
1 parent da03b80 commit f1f046d
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 355 deletions.
1 change: 0 additions & 1 deletion Common/Common.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,6 @@
<ClInclude Include="MipsEmitter.h" />
<ClInclude Include="MsgHandler.h" />
<ClInclude Include="stdafx.h" />
<ClInclude Include="StdMutex.h" />
<ClInclude Include="StringUtils.h" />
<ClInclude Include="Swap.h" />
<ClInclude Include="ThreadPools.h" />
Expand Down
1 change: 0 additions & 1 deletion Common/Common.vcxproj.filters
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
<ClInclude Include="MemArena.h" />
<ClInclude Include="MemoryUtil.h" />
<ClInclude Include="MsgHandler.h" />
<ClInclude Include="StdMutex.h" />
<ClInclude Include="StringUtils.h" />
<ClInclude Include="Thunk.h" />
<ClInclude Include="Timer.h" />
Expand Down
353 changes: 0 additions & 353 deletions Common/StdMutex.h

This file was deleted.

0 comments on commit f1f046d

Please sign in to comment.