summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/boot.clj1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/boot.clj b/src/boot.clj
index 206c5d3b..11be0c18 100644
--- a/src/boot.clj
+++ b/src/boot.clj
@@ -553,6 +553,7 @@ get
(defn
#^{:doc "dissoc[iate]. Returns a new map of the same (hashed/sorted) type, that does not contain a mapping for key(s)."}
dissoc
+ ([map] map)
([map key]
(. clojure.lang.RT (dissoc map key)))
([map key & ks]