2005-11-08 Atsushi Enomoto <atsushi@ximian.com>
[mono.git] / mcs / tools / corcompare / MissingType.cs
index 70ce69df31a6f65fc62a02c491c1731365e774b6..82a58033129b012e538c36c8a939486cf67c5f8a 100644 (file)
@@ -419,7 +419,7 @@ namespace Mono.Util.CorCompare
                                }
 
                                // serializable attribute
-                               AddFakeAttribute (typeMono.IsSerializable, typeMS.IsSerializable, "System.SerializableAttribute");
+                               // AddFakeAttribute (typeMono.IsSerializable, typeMS.IsSerializable, "System.SerializableAttribute");
                                AddFakeAttribute (typeMono.IsAutoLayout, typeMS.IsAutoLayout, "System.AutoLayoutAttribute");
                                AddFakeAttribute (typeMono.IsExplicitLayout, typeMS.IsExplicitLayout, "System.ExplicitLayoutAttribute");
                                AddFakeAttribute (typeMono.IsLayoutSequential, typeMS.IsLayoutSequential, "System.SequentialLayoutAttribute");