remove unused debug cruft variable

This commit is contained in:
Andrew Meadows 2018-03-02 14:51:18 -08:00
parent 7a39bd5c81
commit 24635b0451

View file

@ -141,7 +141,6 @@ void PickCacheOptimizer<T>::update(std::unordered_map<uint32_t, std::shared_ptr<
}
nextToUpdate = itr->first;
++numUpdates;
uint64_t now = usecTimestampNow();
if (usecTimestampNow() > expiry) {
break;
}