From e927a001e91991c4bff3de688d68e7ff66bc5c0c Mon Sep 17 00:00:00 2001 From: Sebastian Messmer Date: Sat, 1 Jun 2019 20:42:20 -0700 Subject: [PATCH] Remove unused variable --- src/stats/main.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/stats/main.cpp b/src/stats/main.cpp index c534b808..b7c5cb52 100644 --- a/src/stats/main.cpp +++ b/src/stats/main.cpp @@ -116,7 +116,6 @@ std::vector _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, {