remove warning
[mono.git] / mcs / class / corlib / System / Comparison.cs
index 92f17df86a1d95580b5cb12bf4c2ef5fbfcd03aa..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