Skip to content

Commit 4aada93

Browse files
committed
remove dead code
(it looks dead, anyway, and it _should_ be dead)
1 parent 7c888a4 commit 4aada93

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

redex-examples/redex/examples/delim-cont/randomized-tests.rkt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -153,8 +153,7 @@
153153
(λ () (letrec ,s ,e))))])
154154
(if (exn:fail? previous-error)
155155
(raise previous-error)
156-
result))]
157-
[e e]))
156+
result))]))
158157

159158
(define-runtime-module-path model-impl "model-impl.rkt")
160159

0 commit comments

Comments
 (0)