Commit e97562f5 by Tom Tromey Committed by Tom Tromey

parse.y (link_nested_class_to_enclosing): Removed useless statement.

	* parse.y (link_nested_class_to_enclosing): Removed useless
	statement.

From-SVN: r48118
parent fd3b43f2
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.
......
......@@ -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;
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment