diff options
Diffstat (limited to 'src/clojure')
-rw-r--r-- | src/clojure/contrib/except.clj | 2 |
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." |