Author: martin
Date: 2005-04-30 02:46:14 -0400 (Sat, 30 Apr 2005)
New Revision: 43812

Removed:
   trunk/mcs/errors/gcs3024.cs
Log:
Removed, this is not an error anymore.


Deleted: trunk/mcs/errors/gcs3024.cs
===================================================================
--- trunk/mcs/errors/gcs3024.cs 2005-04-30 06:42:06 UTC (rev 43811)
+++ trunk/mcs/errors/gcs3024.cs 2005-04-30 06:46:14 UTC (rev 43812)
@@ -1,14 +0,0 @@
-// CS3024: 'IList2<T>': type parameters are not CLS-compliant
-// Line: 7
-using System;
-
-[assembly: CLSCompliant(true)]
-
-public interface IList2<T>
-{ }
-
-class X
-{
-       static void Main ()
-       { }
-}

_______________________________________________
Mono-patches maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-patches

Reply via email to