HDDS-940. Remove dead store to local variable in OmMetadataManagerImpl. Contributed by Dinesh Chitlangia.
This commit is contained in:
parent
ccdd982e51
commit
b1ce9aa3b3
@ -637,7 +637,6 @@ public List<BlockGroup> getPendingDeletionKeys(final int keyCount)
|
||||
@Override
|
||||
public List<BlockGroup> getExpiredOpenKeys() throws IOException {
|
||||
List<BlockGroup> keyBlocksList = Lists.newArrayList();
|
||||
long now = Time.now();
|
||||
// TODO: Fix the getExpiredOpenKeys, Not part of this patch.
|
||||
return keyBlocksList;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user