summaryrefslogtreecommitdiff
path: root/gcc/except.h
diff options
context:
space:
mode:
authorlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>1998-06-19 22:46:10 +0000
committerlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>1998-06-19 22:46:10 +0000
commita29697c8aec5afafd59848d932480e7628cee740 (patch)
tree85bd67a9283c42732c43890080a9f9a90a3b211f /gcc/except.h
parent808037a72bb5e3e83d0215c723e3935e73127a76 (diff)
downloadgcc-a29697c8aec5afafd59848d932480e7628cee740.tar.gz
* except.h (emit_unwinder, end_eh_unwinder): Removed.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@20621 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/except.h')
-rw-r--r--gcc/except.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/gcc/except.h b/gcc/except.h
index 56b5cb91de5..edb95ade5fc 100644
--- a/gcc/except.h
+++ b/gcc/except.h
@@ -285,16 +285,6 @@ extern void expand_leftover_cleanups PROTO((void));
extern void emit_eh_context PROTO((void));
-/* If necessary, emit insns for the start of per-function unwinder for
- the current function. */
-
-extern void emit_unwinder PROTO((void));
-
-/* If necessary, emit insns for the end of the per-function unwinder
- for the current function. */
-
-extern void end_eh_unwinder PROTO((void));
-
/* Builds a list of handler labels and puts them in the global
variable exception_handler_labels. */