Remove unused variable
This commit is contained in:
parent
e26c76d5c9
commit
e927a001e9
@ -116,7 +116,6 @@ std::vector<BlockId> _getKnownBlockIds(const path& basedir, const CryConfigLoade
|
|||||||
AccumulateBlockIds knownBlockIds;
|
AccumulateBlockIds knownBlockIds;
|
||||||
const uint32_t numNodes = nodeStore->numNodes();
|
const uint32_t numNodes = nodeStore->numNodes();
|
||||||
knownBlockIds.reserve(numNodes);
|
knownBlockIds.reserve(numNodes);
|
||||||
uint32_t i = 0;
|
|
||||||
cout << "Listing all blocks used by these file system entities..." << endl;
|
cout << "Listing all blocks used by these file system entities..." << endl;
|
||||||
for (const auto& blobId : knownBlobIds) {
|
for (const auto& blobId : knownBlobIds) {
|
||||||
forEachReachableBlockInBlob(nodeStore.get(), blobId, {
|
forEachReachableBlockInBlob(nodeStore.get(), blobId, {
|
||||||
|
Loading…
Reference in New Issue
Block a user