Skip to content
This repository has been archived by the owner on Nov 14, 2020. It is now read-only.

Commit

Permalink
Remove an unused :use clause
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew Maravillas committed Jun 3, 2011
1 parent 00099dc commit d38f7ce
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/leiningen/multi.clj
@@ -1,8 +1,7 @@
(ns leiningen.multi
(:use [leiningen.deps :only [deps]]
[leiningen.core :only [resolve-task arglists]]
[clojure.string :only [replace-first]]
[clojure.contrib.logging :only [spy]])
[clojure.string :only [replace-first]])
(:require [leiningen.test]))

(defn- multi-library-path
Expand Down

0 comments on commit d38f7ce

Please sign in to comment.