Replace (and remove) custom Set<T> with HashSet<T>

This commit is contained in:
Pavlos Touboulidis
2014-04-27 00:01:33 +03:00
parent c28faffa45
commit 45944a053c
3 changed files with 1 additions and 58 deletions

View File

@@ -289,7 +289,6 @@
<Compile Include="Primitives\ObservableDictionary.cs" />
<Compile Include="Primitives\Pair.cs" />
<Compile Include="Primitives\PriorityQueue.cs" />
<Compile Include="Primitives\Set.cs" />
<Compile Include="Support\Log.cs" />
<Compile Include="Support\PerfTimer.cs" />
<Compile Include="Exts.cs" />