diff options
Diffstat (limited to 'gcc/tree-inline.c')
-rw-r--r-- | gcc/tree-inline.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gcc/tree-inline.c b/gcc/tree-inline.c index 1d6e4c4..7afab37 100644 --- a/gcc/tree-inline.c +++ b/gcc/tree-inline.c @@ -2452,8 +2452,6 @@ debug_find_tree_1 (tree *tp, int *walk_subtrees ATTRIBUTE_UNUSED, void *data) return NULL; } -extern bool debug_find_tree (tree top, tree search); - bool debug_find_tree (tree top, tree search) { |