summaryrefslogtreecommitdiff
path: root/gcc/except.h
diff options
context:
space:
mode:
authorkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>2009-04-16 18:42:29 +0000
committerkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>2009-04-16 18:42:29 +0000
commit6d546519a670f4c6efd665659556537c824e7202 (patch)
tree74d1f368531306bb5ffca00395613c6954e77bd3 /gcc/except.h
parentee8f5f57f33bda74fb970ce5e42edfe71cc97051 (diff)
downloadgcc-6d546519a670f4c6efd665659556537c824e7202.tar.gz
* except.c (eh_region_outer_p): Remove.
* except.h: Remove the prototype for eh_region_outer_p. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@146210 138bc75d-0d04-0410-961f-82ee72b054a4
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 24611a559c3..21145fd4f75 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