From a72419b4de0bd131c825f0618cf8045c3408f22d Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Thu, 24 Sep 2020 16:18:33 +0200 Subject: libtest: Remove superfluous assignment Issue found by Coverity (CID 1437643). --- cpukit/libtest/t-test-busy-tick.c | 1 - 1 file changed, 1 deletion(-) diff --git a/cpukit/libtest/t-test-busy-tick.c b/cpukit/libtest/t-test-busy-tick.c index 3613f8ed72..f83c8360c6 100644 --- a/cpukit/libtest/t-test-busy-tick.c +++ b/cpukit/libtest/t-test-busy-tick.c @@ -99,7 +99,6 @@ T_get_one_clock_tick_busy(void) } b *= 2; - last = now; } /* Find a good value */ -- cgit v1.2.3