Skip to content

Commit

Permalink
Remove unused fn eastwood.util/uri? that name-collided with new Cloju…
Browse files Browse the repository at this point in the history
…re 1.9 fn

The definition was exactly the same, and eastwood.util/uri? wasn't
being used anywhere in Eastwood code, anyway.
  • Loading branch information
jafingerhut committed Oct 9, 2017
1 parent fddfebb commit 12a90b5
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/eastwood/util.clj
Expand Up @@ -64,9 +64,6 @@ print-cb is called once for each line of output."
print-cb))))


(defn uri? [obj]
(instance? java.net.URI obj))

;; ordering-map copied under Eclipse Public License v1.0 from useful
;; library available at: https://github.com/flatland/useful

Expand Down

0 comments on commit 12a90b5

Please sign in to comment.