aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/clojure/contrib/except.clj2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/clojure/contrib/except.clj b/src/clojure/contrib/except.clj
index e65044dc..81cfee62 100644
--- a/src/clojure/contrib/except.clj
+++ b/src/clojure/contrib/except.clj
@@ -41,8 +41,6 @@
(when test
(throw (throwable args))))
-;; throw-if-not is synonymous with assert, but clojure/assert exists
-
(defn throw-if-not
"Throws an Exception or Error if test is false. args are those documented
for throwf."