summaryrefslogtreecommitdiff
path: root/gcc/tree.c
diff options
context:
space:
mode:
authorYamaArashi <shadow962@live.com>2016-04-27 18:47:50 -0700
committerYamaArashi <shadow962@live.com>2016-04-27 18:47:50 -0700
commit4f3e13d6663d4865437a18b98078c23713454613 (patch)
tree03dee37caebd68d7f7000575103b9c0a669e9b20 /gcc/tree.c
parentfcfe6de1112c28e9ab5fbc4c1ea47275b3434368 (diff)
remove global object name
Diffstat (limited to 'gcc/tree.c')
-rwxr-xr-xgcc/tree.c5
1 files changed, 0 insertions, 5 deletions
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').