parse.y (link_nested_class_to_enclosing): Removed useless statement.
authorTom Tromey <tromey@redhat.com>
Mon, 17 Dec 2001 19:14:07 +0000 (19:14 +0000)
committerTom Tromey <tromey@gcc.gnu.org>
Mon, 17 Dec 2001 19:14:07 +0000 (19:14 +0000)
* parse.y (link_nested_class_to_enclosing): Removed useless
statement.

From-SVN: r48118

gcc/java/ChangeLog
gcc/java/parse.y

index de41901c303cc253f7265e2815a93354326ee4b9..0c74f351dd7a9e0923ce074d8b25b586d2c77c86 100644 (file)
@@ -1,3 +1,8 @@
+2001-12-17  Tom Tromey  <tromey@redhat.com>
+
+       * parse.y (link_nested_class_to_enclosing): Removed useless
+       statement.
+
 2001-12-16  Tom Tromey  <tromey@redhat.com>
 
        * mangle.c (mangle_method_decl): Never emit `C2' constructor.
index 296563ca9b8018e9a9c9b8eb6738e1acae521174..87e65e9b98f56f9ed6dcdc3011e9ef9d550edb88 100644 (file)
@@ -3715,7 +3715,6 @@ link_nested_class_to_enclosing ()
       DECL_INNER_CLASS_LIST (enclosing) = 
        tree_cons (GET_CPC (), GET_CPC_UN (),
                   DECL_INNER_CLASS_LIST (enclosing));
-      enclosing = enclosing;
     }
 }