diff options
author | YamaArashi <shadow962@live.com> | 2016-04-27 18:47:50 -0700 |
---|---|---|
committer | YamaArashi <shadow962@live.com> | 2016-04-27 18:47:50 -0700 |
commit | 4f3e13d6663d4865437a18b98078c23713454613 (patch) | |
tree | 03dee37caebd68d7f7000575103b9c0a669e9b20 /gcc/tree.c | |
parent | fcfe6de1112c28e9ab5fbc4c1ea47275b3434368 (diff) |
remove global object name
Diffstat (limited to 'gcc/tree.c')
-rwxr-xr-x | gcc/tree.c | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -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'). |