Remove unused variable

This commit is contained in:
Sebastian Messmer 2019-06-01 20:42:20 -07:00
parent e26c76d5c9
commit e927a001e9
1 changed files with 0 additions and 1 deletions

View File

@ -116,7 +116,6 @@ std::vector<BlockId> _getKnownBlockIds(const path& basedir, const CryConfigLoade
AccumulateBlockIds knownBlockIds;
const uint32_t numNodes = nodeStore->numNodes();
knownBlockIds.reserve(numNodes);
uint32_t i = 0;
cout << "Listing all blocks used by these file system entities..." << endl;
for (const auto& blobId : knownBlobIds) {
forEachReachableBlockInBlob(nodeStore.get(), blobId, {