summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/clj/clojure/core.clj3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/clj/clojure/core.clj b/src/clj/clojure/core.clj
index 1e74fef6..b5b13476 100644
--- a/src/clj/clojure/core.clj
+++ b/src/clj/clojure/core.clj
@@ -1484,9 +1484,6 @@
(recur (rest sq#)))))))]
(apply emit binds)))
-(defn scan [& args] (throw (new Exception "scan is now called dorun")))
-(defn touch [& args] (throw (new Exception "touch is now called doall")))
-
(defn dorun
"When lazy sequences are produced via functions that have side
effects, any effects other than those needed to produce the first