Dead code is replaced with _ - we can probably do better, ?_ catching maybe

This commit is contained in:
Paul deGrandis 2012-03-23 01:45:38 -04:00
parent 9278b06a46
commit b9cee3e516

View file

@ -11,8 +11,8 @@
[(if true ?x) ?x]
[(when true . ?x) (do . ?x)]
[(do ?x) ?x]
[(when-not true ?x) "removing this dead code"]
[(when false ?x) "removing this dead code"]
[(when-not true ?x) _]
[(when false ?x) _]
[(if-let ?binding ?expr nil) (when-let ?binding ?expr)])
(comment