remove warning
[mono.git] / mcs / class / corlib / System / Comparison.cs
index fc69bb4407ae3259292d199dbe2b64de0df04e10..8cb77cc2c2c60fafa4e3274ef522adeabc4a1104 100644 (file)
@@ -27,7 +27,6 @@
 //
 #if NET_2_0
 namespace System {
-       [CLSCompliant (false)]
        public delegate int Comparison <T> (T x, T y);
 }
-#endif
\ No newline at end of file
+#endif