GroupCollectorTest: Remove unused method

Change-Id: I7fef6d63e7da8caa8d9b169e15f0dde4bfe9a4ab
This commit is contained in:
David Pursehouse
2019-10-28 10:10:44 +09:00
parent 52292cf29e
commit 18d4b60ab8

View File

@@ -305,12 +305,6 @@ public class GroupCollectorTest {
return gc.getGroups();
}
// Helper methods for constructing various map arguments, to avoid lots of
// type specifications.
private static ImmutableListMultimap.Builder<ObjectId, PatchSet.Id> patchSets() {
return ImmutableListMultimap.builder();
}
private static ImmutableListMultimap.Builder<PatchSet.Id, String> groups() {
return ImmutableListMultimap.builder();
}