libtest: Remove superfluous assignment

Issue found by Coverity (CID 1437643).
This commit is contained in:
Sebastian Huber
2020-09-24 16:18:33 +02:00
parent 1f77518fca
commit a72419b4de

View File

@@ -99,7 +99,6 @@ T_get_one_clock_tick_busy(void)
} }
b *= 2; b *= 2;
last = now;
} }
/* Find a good value */ /* Find a good value */