aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/except.c
diff options
context:
space:
mode:
authorBernd Schmidt <bernds@cygnus.co.uk>1999-07-31 12:46:53 +0000
committerBernd Schmidt <bernds@cygnus.co.uk>1999-07-31 12:46:53 +0000
commitcfd26c7cd19bc31629e215d3ea929fefc7cf251c (patch)
tree286c1d2fa0096b032809b04fe3925b118bc31fd7 /gcc/cp/except.c
parent3fb9ec72ce3e5ffa744bd77b75bc376ebf6bdfb1 (diff)
Backport of GC branch patches part 1: kill eh status saving.
git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@28357 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/cp/except.c')
-rw-r--r--gcc/cp/except.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/gcc/cp/except.c b/gcc/cp/except.c
index c6869c6ee20..e5afb897177 100644
--- a/gcc/cp/except.c
+++ b/gcc/cp/except.c
@@ -169,17 +169,6 @@ static tree Unwind;
/* ========================================================================= */
-
-
-/* local globals - these local globals are for storing data necessary for
- generating the exception table and code in the correct order.
-
- ========================================================================= */
-
-extern rtx catch_clauses;
-
-/* ========================================================================= */
-
/* sets up all the global eh stuff that needs to be initialized at the
start of compilation.