Skip to content

Commit

Permalink
Minor change
Browse files Browse the repository at this point in the history
  • Loading branch information
tsdh committed Sep 30, 2015
1 parent 5de7a1b commit 4a26085
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/funnyqt/emf.clj
Expand Up @@ -95,10 +95,7 @@
`(binding [*ns-uris* ~uris]
~@body))

(def ^:private registry-access-classloader
(if
(ClassLoader/getSystemClassLoader)
:current))
(def ^:private registry-access-classloader :current)

(defn set-registry-access-classloader! [cl]
(if (or (= cl :current)
Expand Down

0 comments on commit 4a26085

Please sign in to comment.