diff options
author | Rich Hickey <richhickey@gmail.com> | 2008-06-26 14:49:22 +0000 |
---|---|---|
committer | Rich Hickey <richhickey@gmail.com> | 2008-06-26 14:49:22 +0000 |
commit | 0cac41cec6a0e3b33cfc3115b1bdee84aaf0407a (patch) | |
tree | 6cc6c2dc686872869c15fcaa63ec807a5e13abb9 /src | |
parent | 773decb73fafedd96436b962bac21e7d51ad511e (diff) |
fixed no-arg (sorted-set)
Diffstat (limited to 'src')
-rw-r--r-- | src/boot.clj | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/boot.clj b/src/boot.clj index 8b9cc4de..24ff6e73 100644 --- a/src/boot.clj +++ b/src/boot.clj @@ -237,7 +237,6 @@ (defn sorted-set "Returns a new sorted set with supplied keys." - ([] {}) ([& keys] (. clojure.lang.PersistentTreeSet (create keys)))) |