diff options
author | Robin Rosenberg <robin.rosenberg@dewire.com> | 2012-06-06 01:43:44 +0200 |
---|---|---|
committer | Robin Rosenberg <robin.rosenberg@dewire.com> | 2012-06-06 01:43:44 +0200 |
commit | 4321f9353f8d8ce6549c1b4190c8bc20fbfe0541 (patch) | |
tree | bcc1beae6cb9cece4b1ab47d6007b399d1299a1a /org.eclipse.jgit.ant/src/org | |
parent | 20c33e6b0c4d5282f68b0e96b2e1a42cf5e9bb20 (diff) | |
download | jgit-4321f9353f8d8ce6549c1b4190c8bc20fbfe0541.tar.gz jgit-4321f9353f8d8ce6549c1b4190c8bc20fbfe0541.zip |
cleanup: Remove unused declarations
Change-Id: I3b54cb9f73cb433c71a441a11ddc74cfecdaa1dc
Diffstat (limited to 'org.eclipse.jgit.ant/src/org')
-rw-r--r-- | org.eclipse.jgit.ant/src/org/eclipse/jgit/ant/tasks/GitInitTask.java | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/org.eclipse.jgit.ant/src/org/eclipse/jgit/ant/tasks/GitInitTask.java b/org.eclipse.jgit.ant/src/org/eclipse/jgit/ant/tasks/GitInitTask.java index efdab42aaa..91e57c0d6a 100644 --- a/org.eclipse.jgit.ant/src/org/eclipse/jgit/ant/tasks/GitInitTask.java +++ b/org.eclipse.jgit.ant/src/org/eclipse/jgit/ant/tasks/GitInitTask.java @@ -48,7 +48,6 @@ import org.apache.tools.ant.BuildException; import org.apache.tools.ant.Task; import org.eclipse.jgit.api.Git; import org.eclipse.jgit.api.InitCommand; -import org.eclipse.jgit.api.errors.JGitInternalException; /** * Create an empty git repository. |