diff options
Diffstat (limited to 'gcc/c-lang.c')
-rw-r--r-- | gcc/c-lang.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/c-lang.c b/gcc/c-lang.c index cc1d298..e79e188 100644 --- a/gcc/c-lang.c +++ b/gcc/c-lang.c @@ -137,7 +137,6 @@ void finish_file () { extern tree static_ctors, static_dtors; - extern tree get_file_function_name (); extern tree build_function_call PROTO((tree, tree)); tree void_list_node = build_tree_list (NULL_TREE, void_type_node); #ifndef ASM_OUTPUT_CONSTRUCTOR |