Pointless do, dead code when-not rules

This commit is contained in:
Paul deGrandis 2012-03-08 13:51:19 -05:00
parent 4018c4fdef
commit 9178c4dd47

View file

@ -7,7 +7,9 @@
(if (not ?x) ?y ?z) (if-not ?x ?y ?z)
(when (not ?x) . ?y) (when-not ?x ?y)
(if true ?x ?y) ?x
(when true . ?x) (do . ?x)}) ; Maybe this should be (do ?x)
(when true . ?x) (do . ?x)
(do ?x) ?x
(when-not true ?x) "removing this dead code"})
(comment
(when true