Skip to content

Commit

Permalink
* src/main/clojure/clojure/core/match/core.clj: remove dead code
Browse files Browse the repository at this point in the history
  • Loading branch information
swannodette committed Oct 2, 2011
1 parent c88c605 commit c768bcd
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/main/clojure/clojure/core/match/core.clj
Expand Up @@ -583,10 +583,7 @@
(empty-row? [row]
(let [ps (patterns row)]
(and (not (nil? ps))
(empty? ps))))
(has-ocr-expr? [ocrs]
(some #(contains? (meta %) :ocr-expr)
ocrs))]
(empty? ps))))]
(cond
(empty? rows) (empty-rows-case)

Expand Down

0 comments on commit c768bcd

Please sign in to comment.