From 4c168c6e9d7878c112593f0bba828e6b7cd68272 Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Tue, 17 Jun 2003 07:08:00 +0200 Subject: [PATCH] except.c: Remove duplicate declaration of push_eh_cleanup. * except.c: Remove duplicate declaration of push_eh_cleanup. * call.c: Remove extra declaration of inhibit_warnings. From-SVN: r68065 --- gcc/cp/ChangeLog | 6 ++++++ gcc/cp/call.c | 2 -- gcc/cp/except.c | 1 - 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog index d74a2b50b9d..63eb32478e1 100644 --- a/gcc/cp/ChangeLog +++ b/gcc/cp/ChangeLog @@ -1,3 +1,9 @@ +2003-06-17 Andreas Jaeger + + * except.c: Remove duplicate declaration of push_eh_cleanup. + + * call.c: Remove extra declaration of inhibit_warnings. + 2003-06-16 Nathanael Nerode 2003-06-16 Jens-Michael Hoffmann diff --git a/gcc/cp/call.c b/gcc/cp/call.c index d40a60cc7a1..589a78900e5 100644 --- a/gcc/cp/call.c +++ b/gcc/cp/call.c @@ -38,8 +38,6 @@ Boston, MA 02111-1307, USA. */ #include "diagnostic.h" #include "intl.h" -extern int inhibit_warnings; - static tree build_field_call (tree, tree, tree); static struct z_candidate * tourney (struct z_candidate *); static int equal_functions (tree, tree); 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);