Remove redundant [(do x) x]

The rule is covered in control-structures.
This commit is contained in:
John Hume 2012-06-10 21:10:37 -04:00
parent d7dc246e99
commit 1f66ea8f5a

View file

@ -44,9 +44,6 @@
(not= \. (first (str %)))
(not-any? #{\/} (str %)))))))
#(logic/== % fun)])
;; do
[(do ?x) ?x]
;; Java stuff
[(.toString ?x) (str ?x)]