aboutsummaryrefslogtreecommitdiff
path: root/gcc/except.h
diff options
context:
space:
mode:
authorKazu Hirata <kazu@codesourcery.com>2009-04-16 18:42:29 +0000
committerKazu Hirata <kazu@gcc.gnu.org>2009-04-16 18:42:29 +0000
commitbfb69968c361d3e08f6a639fd881ced492bd0356 (patch)
tree74d1f368531306bb5ffca00395613c6954e77bd3 /gcc/except.h
parentc7db7fa5ace050cbc83e047e34805769318bd423 (diff)
downloadgcc-bfb69968c361d3e08f6a639fd881ced492bd0356.zip
gcc-bfb69968c361d3e08f6a639fd881ced492bd0356.tar.gz
gcc-bfb69968c361d3e08f6a639fd881ced492bd0356.tar.bz2
except.c (eh_region_outer_p): Remove.
* except.c (eh_region_outer_p): Remove. * except.h: Remove the prototype for eh_region_outer_p. From-SVN: r146210
Diffstat (limited to 'gcc/except.h')
-rw-r--r--gcc/except.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/except.h b/gcc/except.h
index 24611a5..21145fd 100644
--- a/gcc/except.h
+++ b/gcc/except.h
@@ -108,7 +108,6 @@ extern void collect_eh_region_array (void);
extern void expand_resx_expr (tree);
extern void verify_eh_tree (struct function *);
extern void dump_eh_tree (FILE *, struct function *);
-extern bool eh_region_outer_p (struct function *, int, int);
extern int eh_region_outermost (struct function *, int, int);
/* If non-NULL, this is a function that returns an expression to be