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 class OmMetadataManagerImpl implements OMMetadataManager {
|
||||||
@Override
|
@Override
|
||||||
public List<BlockGroup> getExpiredOpenKeys() throws IOException {
|
public List<BlockGroup> getExpiredOpenKeys() throws IOException {
|
||||||
List<BlockGroup> keyBlocksList = Lists.newArrayList();
|
List<BlockGroup> keyBlocksList = Lists.newArrayList();
|
||||||
long now = Time.now();
|
|
||||||
// TODO: Fix the getExpiredOpenKeys, Not part of this patch.
|
// TODO: Fix the getExpiredOpenKeys, Not part of this patch.
|
||||||
return keyBlocksList;
|
return keyBlocksList;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue