mirror of
https://github.com/lubosz/overte.git
synced 2025-04-10 15:57:39 +02:00
remove unused debug cruft variable
This commit is contained in:
parent
7a39bd5c81
commit
24635b0451
1 changed files with 0 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue