diff options
Diffstat (limited to 'gcc/cp/except.c')
-rw-r--r-- | gcc/cp/except.c | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/gcc/cp/except.c b/gcc/cp/except.c index c6869c6..e5afb89 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. |