Skip to content

Commit

Permalink
Remove unnecessary line
Browse files Browse the repository at this point in the history
  • Loading branch information
Danny Becker committed Apr 8, 2024
1 parent 91a7973 commit 181bccb
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,6 @@ void enqueueReportedBlock(DatanodeStorageInfo storageInfo, Block block,
.getBlockId()));
queue = getBlockQueue(blkId);
} else {
block = new Block(block);
queue = getBlockQueue(block);
}
// We only want the latest non-future reported block to be queued for each
Expand Down

0 comments on commit 181bccb

Please sign in to comment.