Skip to content

Commit

Permalink
Remove unused code in project.clj
Browse files Browse the repository at this point in the history
  • Loading branch information
f-f committed Oct 5, 2018
1 parent df7da0e commit e4f7a79
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions project.clj
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
(require '[clojure.java.io :as io])
(defn path [s] (.replace (.getPath (io/file s)) "\\" "\\\\"))
(defproject dhall-clj "0.1.0"
:description "Dhall compiler to and from Clojure"
:url "https://github.com/f-f/dhall-clj"
Expand Down

0 comments on commit e4f7a79

Please sign in to comment.