[Mono-bugs] [Bug 58405][Nor] Changed - mcs issues erroneous "Use of unassigned local variable" error

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Sun, 23 May 2004 15:39:08 -0400 (EDT)


Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

Changed by martin@ximian.com.

http://bugzilla.ximian.com/show_bug.cgi?id=58405

--- shadow/58405	2004-05-12 17:30:26.000000000 -0400
+++ shadow/58405.tmp.25137	2004-05-23 15:39:08.000000000 -0400
@@ -1,13 +1,13 @@
 Bug#: 58405
 Product: Mono: Compilers
 Version: unspecified
 OS: other
 OS Details: Debian testing (with a few unstable packages)
-Status: NEW   
-Resolution: 
+Status: RESOLVED   
+Resolution: DUPLICATE
 Severity: Unknown
 Priority: Normal
 Component: C#
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: adamm@san.rr.com               
 QAContact: mono-bugs@ximian.com
@@ -60,6 +60,11 @@
 
   if(x.Parent==(gp=x.Parent.Parent).Left)
 
 This code style may cause some people to cringe (though I personally 
 think it's better than the 2x-as-long alternative), the compiler 
 shouldn't cringe also. ;-)
+
+------- Additional Comments From martin@ximian.com  2004-05-23 15:39 -------
+
+
+*** This bug has been marked as a duplicate of 57747 ***