This is no longer necessary
Since we no longer support Clojure 1.3.
This commit is contained in:
parent
3660992148
commit
5651c2ee97
1 changed files with 0 additions and 12 deletions
|
|
@ -43,18 +43,6 @@
|
||||||
;; Reader extensions
|
;; Reader extensions
|
||||||
;;
|
;;
|
||||||
|
|
||||||
(defmethod print-dup java.util.Date
|
|
||||||
[^java.util.Date d ^java.io.Writer out]
|
|
||||||
(.write out
|
|
||||||
(str "#="
|
|
||||||
`(java.util.Date. ~(.getYear d)
|
|
||||||
~(.getMonth d)
|
|
||||||
~(.getDate d)
|
|
||||||
~(.getHours d)
|
|
||||||
~(.getMinutes d)
|
|
||||||
~(.getSeconds d)))))
|
|
||||||
|
|
||||||
|
|
||||||
(defmethod print-dup org.joda.time.base.AbstractInstant
|
(defmethod print-dup org.joda.time.base.AbstractInstant
|
||||||
[^org.joda.time.base.AbstractInstant d out]
|
[^org.joda.time.base.AbstractInstant d out]
|
||||||
(print-dup (.toDate d) out))
|
(print-dup (.toDate d) out))
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue