summaryrefslogtreecommitdiff
path: root/gcc/tree.c
diff options
context:
space:
mode:
authorYamaArashi <shadow962@live.com>2016-02-12 15:21:09 -0800
committerYamaArashi <shadow962@live.com>2016-02-12 15:21:09 -0800
commit8e9f3932d7e21ece4840965a5018bcd3c23c5a1b (patch)
treebdcde1004e64486518406f85bb7c0815cd26b711 /gcc/tree.c
parentfb95ff91be532f3b63786339ea3cb28694aef172 (diff)
remove more objc stuff
Diffstat (limited to 'gcc/tree.c')
-rwxr-xr-xgcc/tree.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/gcc/tree.c b/gcc/tree.c
index 053420c..9172a4b 100755
--- a/gcc/tree.c
+++ b/gcc/tree.c
@@ -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