Remove obsolete getRepositoryMethod from WorkingTreeIterator

The method was added for symlink support, but isn't needed anymore.
Since it was added for this release it's like it never existed.

Change-Id: I422cd1dcdfa40b25ba3d6e08b112159dae9a4353
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
This commit is contained in:
Robin Rosenberg 2014-02-28 07:16:42 +01:00 committed by Matthias Sohn
parent 7b01a53692
commit 9508df3979
1 changed files with 0 additions and 9 deletions

View File

@ -206,15 +206,6 @@ protected void initRootIterator(Repository repo) {
ignoreNode = new RootIgnoreNode(entry, repo);
}
/**
* @return the repository this iterator works with
*
* @since 3.3
*/
public Repository getRepository() {
return repository;
}
/**
* Define the matching {@link DirCacheIterator}, to optimize ObjectIds.
*