Skip to content

Commit dccb8ac

Browse files
committed
remove unused method
1 parent 66b018d commit dccb8ac

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

opengrok-indexer/src/main/java/org/opengrok/indexer/history/HistoryGuru.java

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -727,14 +727,6 @@ public void clearCacheFile(String path) {
727727
historyCache.clearFile(path);
728728
}
729729

730-
/**
731-
* wrapper for {@link #removeCache(Collection, boolean)} with the {@code removeRepositories}
732-
* parameter set to true.
733-
*/
734-
public void removeCache(Collection<String> repositories) {
735-
removeCache(repositories, true);
736-
}
737-
738730
/**
739731
* Remove history data for a list of repositories. Those that are
740732
* successfully cleared are removed from the internal list of repositories.

0 commit comments

Comments
 (0)