* typemanager.cs: Remove unused private member. Also reported mcs bug to report this as a warning like csc. svn path=/trunk/mcs/; revision=8292
@@ -1,3 +1,8 @@
+2002-10-16 Nick Drochak <[email protected]>
+
+ * typemanager.cs: Remove unused private member. Also reported mcs
+ bug to report this as a warning like csc.
2002-10-15 Martin Baulig <[email protected]>
* statement.cs (Statement.Emit): Made this a virtual method; emits
@@ -1096,7 +1096,6 @@ public class TypeManager {
//
// Whether a type is unmanaged. This is used by the unsafe code (25.2)
- Hashtable managed_types;
public static bool IsUnmanagedType (Type t)
{
if (IsBuiltinType (t) && t != TypeManager.string_type)