Author: martin
Date: 2005-04-19 15:12:45 -0400 (Tue, 19 Apr 2005)
New Revision: 43286

Modified:
   trunk/mcs/gmcs/iterators.cs
Log:
**** Merged r42937 ****


Modified: trunk/mcs/gmcs/iterators.cs
===================================================================
--- trunk/mcs/gmcs/iterators.cs 2005-04-19 19:12:06 UTC (rev 43285)
+++ trunk/mcs/gmcs/iterators.cs 2005-04-19 19:12:45 UTC (rev 43286)
@@ -45,9 +45,7 @@
                                Report.Error (1625, loc, "Cannot yield in the 
body of a " +
                                              "finally clause");
                                return false;
-                       } else {
-                               Report.Debug ("Not in finally");
-                       }
+                       } 
                        
                        if (ec.InUnsafe) {
                                Report.Error (1629, loc, "Unsafe code may not 
appear in iterators");

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

Reply via email to