2005-08-02 Atsushi Enomoto <atsushi@ximian.com>
[mono.git] / mcs / class / corlib / System / Predicate.cs
index dcfaeb36c9f8b687383c0d7684af83c3a5e12170..609eea309984dd90b9982f97df8a7bb31479cb2d 100644 (file)
@@ -27,7 +27,6 @@
 //
 #if NET_2_0
 namespace System {
-       [CLSCompliant (true)]
        public delegate bool Predicate <T> (T value);
 }
 #endif