diff options
Diffstat (limited to 'unwind_prot.c')
-rw-r--r-- | unwind_prot.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/unwind_prot.c b/unwind_prot.c index 4bb7a78..4fd194e 100644 --- a/unwind_prot.c +++ b/unwind_prot.c @@ -73,8 +73,6 @@ typedef union uwp { } UNWIND_ELT; -extern int interrupt_immediately; - static void without_interrupts __P((VFunction *, char *, char *)); static void unwind_frame_discard_internal __P((char *, char *)); static void unwind_frame_run_internal __P((char *, char *)); |