GroupInfoCache: Remove unused 'want' method
Change-Id: I7fcc14d78217f6613fcd1a45e401238b22a5207b
This commit is contained in:
@@ -48,13 +48,6 @@ public class GroupInfoCache {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/** Indicate one or more groups will be needed later on. */
|
|
||||||
public void want(final Iterable<AccountGroup.UUID> uuids) {
|
|
||||||
for (final AccountGroup.UUID uuid : uuids) {
|
|
||||||
want(uuid);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
public GroupDescription.Basic get(final AccountGroup.UUID uuid) {
|
public GroupDescription.Basic get(final AccountGroup.UUID uuid) {
|
||||||
want(uuid);
|
want(uuid);
|
||||||
return out.get(uuid);
|
return out.get(uuid);
|
||||||
|
Reference in New Issue
Block a user