aboutsummaryrefslogtreecommitdiff
path: root/src/clojure/contrib/except.clj
diff options
context:
space:
mode:
authorscgilardi <scgilardi@gmail.com>2008-11-24 01:01:56 +0000
committerscgilardi <scgilardi@gmail.com>2008-11-24 01:01:56 +0000
commite02a316001666934f72cf1f8170c959c69371ef2 (patch)
treef517dc48f4d37f10cace34428f88ff50019f8d21 /src/clojure/contrib/except.clj
parentf01069d3af10ecb0eb628115c6a0decae18e9823 (diff)
except.clj: remove inaccurate note about assert
Diffstat (limited to 'src/clojure/contrib/except.clj')
-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."