* decl.c (get_atexit_node): Remove dead code.
From-SVN: r191672
This commit is contained in:
parent
b6e189f63d
commit
3ad50c8e15
@ -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>
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user