diff options
author | scgilardi <scgilardi@gmail.com> | 2008-11-24 01:01:56 +0000 |
---|---|---|
committer | scgilardi <scgilardi@gmail.com> | 2008-11-24 01:01:56 +0000 |
commit | e02a316001666934f72cf1f8170c959c69371ef2 (patch) | |
tree | f517dc48f4d37f10cace34428f88ff50019f8d21 /src/clojure/contrib | |
parent | f01069d3af10ecb0eb628115c6a0decae18e9823 (diff) |
except.clj: remove inaccurate note about assert
Diffstat (limited to 'src/clojure/contrib')
-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." |