Remove user/*classpath* var.

What were we thinking?
This commit is contained in:
Phil Hagelberg 2011-04-22 16:21:01 -07:00
parent fbcdd8ed29
commit 41b181d7a1

View file

@ -131,7 +131,6 @@
(str (.getClasspath (.getCommandLine java)))
(System/getProperty "java.class.path"))
form `(do ~init
(def ~'*classpath* ~cp)
(set! ~'*warn-on-reflection*
~(:warn-on-reflection project))
~form)]