GroupCollectorTest: Remove unused method
Change-Id: I7fef6d63e7da8caa8d9b169e15f0dde4bfe9a4ab
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user