diff options
author | YamaArashi <shadow962@live.com> | 2016-02-12 15:21:09 -0800 |
---|---|---|
committer | YamaArashi <shadow962@live.com> | 2016-02-12 15:21:09 -0800 |
commit | 8e9f3932d7e21ece4840965a5018bcd3c23c5a1b (patch) | |
tree | bdcde1004e64486518406f85bb7c0815cd26b711 /gcc/tree.c | |
parent | fb95ff91be532f3b63786339ea3cb28694aef172 (diff) |
remove more objc stuff
Diffstat (limited to 'gcc/tree.c')
-rwxr-xr-x | gcc/tree.c | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -4749,8 +4749,7 @@ print_obstack_statistics (str, o) str, n_alloc, n_chunks); } -/* Print debugging information about tree nodes generated during the compile, - and any language-specific information. */ +/* Print debugging information about tree nodes generated during the compile. */ void dump_tree_statistics () @@ -4785,7 +4784,6 @@ dump_tree_statistics () print_obstack_statistics ("momentary_obstack", &momentary_obstack); print_obstack_statistics ("temp_decl_obstack", &temp_decl_obstack); print_inline_obstack_statistics (); - print_lang_statistics (); } #define FILE_FUNCTION_PREFIX_LEN 9 |