[Mono-bugs] [Bug 62673][Wis] Changed - Spurious warning CS0169

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Sun, 19 Sep 2004 01:31:00 -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 miguel@ximian.com.

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

--- shadow/62673	2004-08-08 14:01:35.000000000 -0400
+++ shadow/62673.tmp.28944	2004-09-19 01:31:00.000000000 -0400
@@ -37,6 +37,11 @@
 Fixed in CVS
 
 ------- Additional Comments From marek.safar@seznam.cz  2004-08-08 14:01 -------
 Ooups, wrong paste.
 
 I think this is csc bug because variable is really never used
+
+------- Additional Comments From miguel@ximian.com  2004-09-19 01:31 -------
+I think that in this case, since it is used to store a reference
+value it should be flagged as "used" as it sole purpose might
+be to keep a reference around.