diff options
author | aldyh <aldyh@138bc75d-0d04-0410-961f-82ee72b054a4> | 2014-09-04 18:04:14 +0000 |
---|---|---|
committer | aldyh <aldyh@138bc75d-0d04-0410-961f-82ee72b054a4> | 2014-09-04 18:04:14 +0000 |
commit | 72b4d83e1a8fb37fb34f465ef7da447e3015c02c (patch) | |
tree | a1475a4d1d9c293ad247466bba59dc257d5b9ce5 /gcc/debug.c | |
parent | 97cff74331411043a2ccc4a427d3c8f683bd357e (diff) | |
download | gcc-72b4d83e1a8fb37fb34f465ef7da447e3015c02c.tar.gz |
Revert incorrect merging of debug-early branch.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@214914 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/debug.c')
-rw-r--r-- | gcc/debug.c | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/gcc/debug.c b/gcc/debug.c index b5818de3a3b..dba068cc24a 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) { |