diff options
Diffstat (limited to 'gcc/except.h')
-rw-r--r-- | gcc/except.h | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/gcc/except.h b/gcc/except.h index ac46fa4478f..172bac4d904 100644 --- a/gcc/except.h +++ b/gcc/except.h @@ -192,10 +192,9 @@ extern void add_partial_entry PROTO((tree handler)); extern void end_protect_partials PROTO((void)); -/* An internal throw with a direct CONTEXT we want to throw - from. CONTEXT must be a label. */ +/* An internal throw. */ -extern void expand_internal_throw PROTO((rtx context)); +extern void expand_internal_throw PROTO((void)); /* Called from expand_exception_blocks and expand_end_catch_block to expand and pending handlers. */ @@ -227,11 +226,6 @@ extern void check_exception_handler_labels PROTO((void)); extern struct label_node *caught_return_label_stack; -/* Keeps track of the label used as the context of a throw to rethrow an - exception to the outer exception region. */ - -extern struct label_node *outer_context_label_stack; - /* A random area used for purposes elsewhere. */ extern struct label_node *false_label_stack; |