diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2020-07-19 12:00:35 +0200 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2020-07-19 12:00:35 +0200 |
commit | fed5b2e6fb12a5ade484a83c20c31d57f5630559 (patch) | |
tree | cf3f2a951daef06315c10e813e3dbd7a93842225 /org.eclipse.jgit | |
parent | 425e2607fea1bf6083c0e724e27024fc79986a07 (diff) | |
download | jgit-fed5b2e6fb12a5ade484a83c20c31d57f5630559.tar.gz jgit-fed5b2e6fb12a5ade484a83c20c31d57f5630559.zip |
Remove unused imports
Change-Id: I7c44e3603df2dd368cb7c0ba0072413b887b6903
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'org.eclipse.jgit')
-rw-r--r-- | org.eclipse.jgit/src/org/eclipse/jgit/lib/GitmoduleEntry.java | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/org.eclipse.jgit/src/org/eclipse/jgit/lib/GitmoduleEntry.java b/org.eclipse.jgit/src/org/eclipse/jgit/lib/GitmoduleEntry.java index bded527519..4f2e558b26 100644 --- a/org.eclipse.jgit/src/org/eclipse/jgit/lib/GitmoduleEntry.java +++ b/org.eclipse.jgit/src/org/eclipse/jgit/lib/GitmoduleEntry.java @@ -42,8 +42,6 @@ */ package org.eclipse.jgit.lib; -import org.eclipse.jgit.lib.AnyObjectId; - /** * A .gitmodules file found in the pack. Store the blob of the file itself (e.g. * to access its contents) and the tree where it was found (e.g. to check if it |