summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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))))