remove unused using
authorJb Evain <jbevain@gmail.com>
Thu, 15 Apr 2010 16:12:45 +0000 (16:12 -0000)
committerJb Evain <jbevain@gmail.com>
Thu, 15 Apr 2010 16:12:45 +0000 (16:12 -0000)
svn path=/trunk/mcs/; revision=155514

mcs/class/System/System.Collections.Generic/SortedSet.cs

index ab0354a94f4906e299aeb2387d1be8259840d9f1..75b81571b149fa26ec9768fe53c82ff0add75e82 100644 (file)
@@ -29,7 +29,6 @@
 using System;
 using System.Collections;
 using System.Collections.Generic;
-using System.Linq;
 using System.Runtime.Serialization;
 using System.Runtime.InteropServices;
 using System.Security;