summaryrefslogtreecommitdiffstats
path: root/unwind.c
diff options
context:
space:
mode:
Diffstat (limited to 'unwind.c')
-rw-r--r--unwind.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/unwind.c b/unwind.c
index 0f362c4b..b2e315b4 100644
--- a/unwind.c
+++ b/unwind.c
@@ -75,11 +75,6 @@ static val deferred_warnings, tentative_defs;
static int uw_break_on_error;
#endif
-/* C99 inline instantiations. */
-#if __STDC_VERSION__ >= 199901L
-val uw_block_return(val tag, val result);
-#endif
-
static void uw_unwind_to_exit_point(void)
{
uw_frame_t *orig_stack = uw_stack;