Skip to content

Commit

Permalink
backed out count inlining
Browse files Browse the repository at this point in the history
  • Loading branch information
richhickey committed May 29, 2009
1 parent 902a544 commit a9cb831
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/clj/clojure/core.clj
Original file line number Diff line number Diff line change
Expand Up @@ -849,8 +849,6 @@
(defn count
"Returns the number of items in the collection. (count nil) returns
0. Also works on strings, arrays, and Java Collections and Maps"
{:tag Integer
:inline (fn [x] `(. clojure.lang.RT (count ~x)))}
[coll] (. clojure.lang.RT (count coll)))

;;list stuff
Expand Down

0 comments on commit a9cb831

Please sign in to comment.