Commit 3ad50c8e by Jason Merrill Committed by Jason Merrill

* decl.c (get_atexit_node): Remove dead code.

From-SVN: r191672
parent b6e189f6
2012-09-24 Jason Merrill <jason@redhat.com>
* decl.c (get_atexit_node): Remove dead code.
* Make-lang.in (cp/parser.o): Depend on decl.h.
2012-09-20 Paolo Carlini <paolo.carlini@oracle.com>
......
......@@ -6515,7 +6515,6 @@ get_atexit_node (void)
fn_type = build_function_type_list (integer_type_node,
argtype0, argtype1, argtype2,
NULL_TREE);
fn_ptr_type = build_pointer_type (fn_type);
if (use_aeabi_atexit)
name = "__aeabi_atexit";
else
......
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