From 4f3e13d6663d4865437a18b98078c23713454613 Mon Sep 17 00:00:00 2001 From: YamaArashi Date: Wed, 27 Apr 2016 18:47:50 -0700 Subject: remove global object name --- gcc/tree.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'gcc/tree.c') diff --git a/gcc/tree.c b/gcc/tree.c index ff5cac2..511f2b0 100755 --- a/gcc/tree.c +++ b/gcc/tree.c @@ -4764,12 +4764,7 @@ dump_tree_statistics () print_obstack_statistics ("temp_decl_obstack", &temp_decl_obstack); print_inline_obstack_statistics (); } - - -extern char * first_global_object_name; -extern char * weak_global_object_name; - /* Expand (the constant part of) a SET_TYPE CONSTRUCTOR node. The result is placed in BUFFER (which has length BIT_SIZE), with one bit in each char ('\000' or '\001'). -- cgit v1.2.3