Skip to content

Commit

Permalink
stop early-loading ancillary libs, #425
Browse files Browse the repository at this point in the history
Signed-off-by: Stuart Halloway <stu@thinkrelevance.com>
  • Loading branch information
Alan Dipert and Stuart Halloway authored and stuarthalloway committed Sep 22, 2010
1 parent 0817485 commit d6bc47a
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/jvm/clojure/lang/RT.java
Expand Up @@ -414,9 +414,6 @@ else if(!loaded && failIfNotFound)

static void doInit() throws Exception{
load("clojure/core");
load("clojure/zip", false);
load("clojure/xml", false);
load("clojure/set", false);

Var.pushThreadBindings(
RT.map(CURRENT_NS, CURRENT_NS.deref(),
Expand Down

0 comments on commit d6bc47a

Please sign in to comment.