summaryrefslogtreecommitdiff
path: root/gcc/cp/except.c
diff options
context:
space:
mode:
authoraj <aj@138bc75d-0d04-0410-961f-82ee72b054a4>2003-06-17 05:08:00 +0000
committeraj <aj@138bc75d-0d04-0410-961f-82ee72b054a4>2003-06-17 05:08:00 +0000
commitce061b83bd36ea50daea9335196cd969f1858170 (patch)
tree9c3fd56d793a906534e5d5ce229e05c99db9b592 /gcc/cp/except.c
parentba335df7d01b3ff7b4c3ca9aa192cda0879c6954 (diff)
downloadgcc-ce061b83bd36ea50daea9335196cd969f1858170.tar.gz
* except.c: Remove duplicate declaration of push_eh_cleanup.
* call.c: Remove extra declaration of inhibit_warnings. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@68065 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/cp/except.c')
-rw-r--r--gcc/cp/except.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/cp/except.c b/gcc/cp/except.c
index b8576be061a..70c446d7c59 100644
--- a/gcc/cp/except.c
+++ b/gcc/cp/except.c
@@ -44,7 +44,6 @@ static tree build_eh_type_type (tree);
static tree do_begin_catch (void);
static int dtor_nothrow (tree);
static tree do_end_catch (tree);
-static void push_eh_cleanup (tree);
static bool decl_is_java_type (tree decl, int err);
static void initialize_handler_parm (tree, tree);
static tree do_allocate_exception (tree);