From 9de41e5786e7b331c7bc283e3f09e47b5c942e8a Mon Sep 17 00:00:00 2001 From: Aldy Hernandez Date: Thu, 4 Sep 2014 18:04:14 +0000 Subject: Revert incorrect merging of debug-early branch. From-SVN: r214914 --- gcc/debug.c | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'gcc/debug.c') diff --git a/gcc/debug.c b/gcc/debug.c index b5818de..dba068c 100644 --- a/gcc/debug.c +++ b/gcc/debug.c @@ -43,7 +43,7 @@ const struct gcc_debug_hooks do_nothing_debug_hooks = debug_nothing_tree, /* begin_function */ debug_nothing_int, /* end_function */ debug_nothing_tree, /* function_decl */ - debug_nothing_tree_bool, /* global_decl */ + debug_nothing_tree, /* global_decl */ debug_nothing_tree_int, /* type_decl */ debug_nothing_tree_tree_tree_bool, /* imported_module_or_decl */ debug_nothing_tree, /* deferred_inline_function */ @@ -71,12 +71,6 @@ debug_nothing_tree (tree decl ATTRIBUTE_UNUSED) } void -debug_nothing_tree_bool (tree decl ATTRIBUTE_UNUSED, - bool early ATTRIBUTE_UNUSED) -{ -} - -void debug_nothing_tree_tree (tree t1 ATTRIBUTE_UNUSED, tree t2 ATTRIBUTE_UNUSED) { -- cgit v1.1