Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobin Rosenberg2012-06-05 23:43:44 +0000
committerRobin Rosenberg2012-06-05 23:43:44 +0000
commit4321f9353f8d8ce6549c1b4190c8bc20fbfe0541 (patch)
treebcc1beae6cb9cece4b1ab47d6007b399d1299a1a /org.eclipse.jgit.ant
parent20c33e6b0c4d5282f68b0e96b2e1a42cf5e9bb20 (diff)
downloadjgit-4321f9353f8d8ce6549c1b4190c8bc20fbfe0541.tar.gz
jgit-4321f9353f8d8ce6549c1b4190c8bc20fbfe0541.tar.xz
jgit-4321f9353f8d8ce6549c1b4190c8bc20fbfe0541.zip
cleanup: Remove unused declarations
Diffstat (limited to 'org.eclipse.jgit.ant')
-rw-r--r--org.eclipse.jgit.ant/src/org/eclipse/jgit/ant/tasks/GitInitTask.java1
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.

Back to the top