Remove custom Stopwatch wrapper

Remove the redirection (that doesn't offer any new functionality)
and replace it with the familiar System.Diagnostics.Stopwatch.
This commit is contained in:
Pavlos Touboulidis
2014-04-26 23:49:21 +03:00
parent 275f6683c6
commit c28faffa45
10 changed files with 18 additions and 43 deletions

View File

@@ -291,7 +291,6 @@
<Compile Include="Primitives\PriorityQueue.cs" />
<Compile Include="Primitives\Set.cs" />
<Compile Include="Support\Log.cs" />
<Compile Include="Support\Stopwatch.cs" />
<Compile Include="Support\PerfTimer.cs" />
<Compile Include="Exts.cs" />
<Compile Include="Hotkey.cs" />