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

From-SVN: r191672
This commit is contained in:
Jason Merrill 2012-09-24 11:37:42 -04:00 committed by Jason Merrill
parent b6e189f63d
commit 3ad50c8e15
2 changed files with 2 additions and 1 deletions

View File

@ -1,5 +1,7 @@
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>

View File

@ -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