Signed-off-by: Robin Rosenberg <robin.rosenberg@xxxxxxxxxx> --- .../org/spearce/jgit/lib/IndexTreeWalkerTest.java | 13 ------------- 1 files changed, 0 insertions(+), 13 deletions(-) diff --git a/org.spearce.jgit.test/tst/org/spearce/jgit/lib/IndexTreeWalkerTest.java b/org.spearce.jgit.test/tst/org/spearce/jgit/lib/IndexTreeWalkerTest.java index d0c6581..c7c283e 100644 --- a/org.spearce.jgit.test/tst/org/spearce/jgit/lib/IndexTreeWalkerTest.java +++ b/org.spearce.jgit.test/tst/org/spearce/jgit/lib/IndexTreeWalkerTest.java @@ -120,19 +120,6 @@ public void testIndexOnlySubDirs() throws IOException { assertEquals("foo/bar/baz", indexOnlyEntriesVisited.get(1)); } - public class MyIndexTreeVisitor extends AbstractIndexTreeVisitor { - public ArrayList<String> visits = new ArrayList<String>(); - public void visitEntry(TreeEntry treeEntry, TreeEntry auxEntry, - Entry indexEntry, File file) throws IOException { - visits.add(file.getPath()); - } - - public void visitEntry(TreeEntry treeEntry, Entry indexEntry, File file) - throws IOException { - visits.add(file.getPath()); - } - } - public void testLeavingTree() throws IOException { GitIndex index = new GitIndex(db); index.add(trash, writeTrashFile("foo/bar", "foo/bar")); -- 1.6.0.rc2.35.g04c6e9 -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html