Author: martin
Date: 2005-04-20 09:48:08 -0400 (Wed, 20 Apr 2005)
New Revision: 43330
Modified:
trunk/mcs/gmcs/typemanager.cs
Log:
Removed debugging statement.
Modified: trunk/mcs/gmcs/typemanager.cs
===================================================================
--- trunk/mcs/gmcs/typemanager.cs 2005-04-20 13:44:26 UTC (rev 43329)
+++ trunk/mcs/gmcs/typemanager.cs 2005-04-20 13:48:08 UTC (rev 43330)
@@ -706,7 +706,6 @@
public static Type GetNestedType (Type t, string name)
{
object ret = null;
- Report.Debug (64, "GET NESTED TYPE", t, t.FullName, t.Name,
name);
if (!type_hash.Lookup (t, name, out ret)) {
string lookup = t.FullName + "+" + name;
ret = t.Module.GetType (lookup);
_______________________________________________
Mono-patches maillist - [email protected]
http://lists.ximian.com/mailman/listinfo/mono-patches