From 4321f9353f8d8ce6549c1b4190c8bc20fbfe0541 Mon Sep 17 00:00:00 2001 From: Robin Rosenberg Date: Wed, 6 Jun 2012 01:43:44 +0200 Subject: cleanup: Remove unused declarations Change-Id: I3b54cb9f73cb433c71a441a11ddc74cfecdaa1dc --- org.eclipse.jgit.ant/src/org/eclipse/jgit/ant/tasks/GitInitTask.java | 1 - 1 file changed, 1 deletion(-) (limited to 'org.eclipse.jgit.ant/src/org/eclipse') 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. -- cgit v1.2.3