diff options
author | Andreas Jaeger <aj@suse.de> | 2003-06-17 07:08:00 +0200 |
---|---|---|
committer | Andreas Jaeger <aj@gcc.gnu.org> | 2003-06-17 07:08:00 +0200 |
commit | 4c168c6e9d7878c112593f0bba828e6b7cd68272 (patch) | |
tree | 9c3fd56d793a906534e5d5ce229e05c99db9b592 /gcc/cp/except.c | |
parent | 23d6baa345a24bd96a8382a66525215c8e7ab72a (diff) | |
download | gcc-4c168c6e9d7878c112593f0bba828e6b7cd68272.zip gcc-4c168c6e9d7878c112593f0bba828e6b7cd68272.tar.gz gcc-4c168c6e9d7878c112593f0bba828e6b7cd68272.tar.bz2 |
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
Diffstat (limited to 'gcc/cp/except.c')
-rw-r--r-- | gcc/cp/except.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/cp/except.c b/gcc/cp/except.c index b8576be..70c446d 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); |