HDDS-940. Remove dead store to local variable in OmMetadataManagerImpl. Contributed by Dinesh Chitlangia.

This commit is contained in:
Arpit Agarwal 2018-12-19 12:30:40 +05:30
parent ccdd982e51
commit b1ce9aa3b3

View File

@ -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;
}