summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorRich Hickey <richhickey@gmail.com>2008-06-26 14:49:22 +0000
committerRich Hickey <richhickey@gmail.com>2008-06-26 14:49:22 +0000
commit0cac41cec6a0e3b33cfc3115b1bdee84aaf0407a (patch)
tree6cc6c2dc686872869c15fcaa63ec807a5e13abb9 /src
parent773decb73fafedd96436b962bac21e7d51ad511e (diff)
fixed no-arg (sorted-set)
Diffstat (limited to 'src')
-rw-r--r--src/boot.clj1
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))))