aboutsummaryrefslogtreecommitdiff
path: root/src/lux/util.clj
diff options
context:
space:
mode:
Diffstat (limited to 'src/lux/util.clj')
-rw-r--r--src/lux/util.clj4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/lux/util.clj b/src/lux/util.clj
index 83fdc16aa..890b73880 100644
--- a/src/lux/util.clj
+++ b/src/lux/util.clj
@@ -35,10 +35,6 @@
(reduce (fn [inner [label computation]]
(case label
:let `(let ~computation ~inner)
- ;; :when (assert false "Can't use :when")
- :when `(if ~computation
- ~inner
- zero)
;; else
`(bind ~computation (fn [~label] ~inner))))
return