Author: martin
Date: 2005-08-03 11:44:12 -0400 (Wed, 03 Aug 2005)
New Revision: 47967

Modified:
   trunk/mcs/gmcs/assign.cs
Log:
Remove debugging statement.


Modified: trunk/mcs/gmcs/assign.cs
===================================================================
--- trunk/mcs/gmcs/assign.cs    2005-08-03 15:43:20 UTC (rev 47966)
+++ trunk/mcs/gmcs/assign.cs    2005-08-03 15:44:12 UTC (rev 47967)
@@ -312,10 +312,8 @@
                        if (source is Assign)
                                source = embedded = ((Assign) 
source).GetEmbeddedAssign (loc);
 
-                       Report.Debug (64, "RESOLVE ASSIGN", this, target, 
source);
-
                        real_source = source = source.Resolve (ec);
-                       Report.Debug (64, "RESOLVE ASSIGN #1", this, target, 
source);
+
                        if (source == null) {
                                // Ensure that we don't propagate the error as 
spurious "uninitialized variable" errors.
                                target = target.ResolveLValue (ec, 
EmptyExpression.Null, Location);

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

Reply via email to