aboutsummaryrefslogtreecommitdiff
path: root/gcc/except.h
diff options
context:
space:
mode:
authorKazu Hirata <kazu@cs.umass.edu>2005-03-14 02:53:59 +0000
committerKazu Hirata <kazu@cs.umass.edu>2005-03-14 02:53:59 +0000
commit9bd412dce4a82b443542d383acc6fa698ade7562 (patch)
treed15d1d8cd341347d34322ade4eb1d2aa4e1bef2f /gcc/except.h
parent01c044fc6b268372bfaa412728e7048ce7a5ef0d (diff)
* except.c (check_handled): Make it static.
* except.h: Remove the corresponding prototype. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@96408 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 d79182f6463..3127d5de08a 100644
--- a/gcc/except.h
+++ b/gcc/except.h
@@ -81,7 +81,6 @@ extern void expand_eh_return (void);
extern rtx expand_builtin_extend_pointer (tree);
extern rtx get_exception_pointer (struct function *);
extern rtx get_exception_filter (struct function *);
-extern int check_handled (tree, tree);
extern void sjlj_emit_function_exit_after (rtx);