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