[gcjx] Patch: FYI: trivial comment cleanup

Tom Tromey tromey@redhat.com
Wed May 18 00:12:00 GMT 2005


I'm checking this in on the gcjx branch.

This removes some obsolete comments from definite assignment checking.

Tom

Index: ChangeLog
from  Tom Tromey  <tromey@redhat.com>

	* defassign.cc (class definite_assignment_visitor): Removed some
	old comments.

Index: defassign.cc
===================================================================
RCS file: /cvs/gcc/gcc/gcjx/Attic/defassign.cc,v
retrieving revision 1.1.2.4
diff -u -r1.1.2.4 defassign.cc
--- defassign.cc 17 Apr 2005 20:49:20 -0000 1.1.2.4
+++ defassign.cc 18 May 2005 00:11:19 -0000
@@ -1383,7 +1383,6 @@
 			       const std::list<ref_expression> &exprs)
   {
     assert (constructor);
-    // FIXME: check constraints here
     visit (exprs);
   }
 
@@ -1392,7 +1391,6 @@
 			      const std::list<ref_expression> &exprs)
   {
     assert (constructor);
-    // FIXME: before a this() call, all our fields must be DU.
     visit (exprs);
 
     // Any fields declared in this class will have been set by the



More information about the Java-patches mailing list