13
0

complete manual reversion of 7bce9899c0

This commit is contained in:
Paul Davis 2021-06-11 20:56:33 -06:00
parent f643e231f5
commit 182801b8d7

View File

@ -138,10 +138,6 @@ public:
/* interval computed externally */
void update (uint64_t interval)
{
/* throw away the first 1000 values */
if (_update_cnt++ < 1000) {
return;
}
Timing::update (interval);
calc ();
}