summaryrefslogtreecommitdiffstats
path: root/unwind.c
diff options
context:
space:
mode:
Diffstat (limited to 'unwind.c')
-rw-r--r--unwind.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/unwind.c b/unwind.c
index 551a67c4..38d03346 100644
--- a/unwind.c
+++ b/unwind.c
@@ -293,7 +293,6 @@ val uw_throw(val sym, val exception)
format(std_error, s ? lit("~a: ~a\n") : lit("~a: ~s\n"),
prog_string, exception, nao);
-
}
if (uw_exception_subtype_p(sym, query_error_s) ||
uw_exception_subtype_p(sym, file_error_s)) {