From 0a0a3af1a45981a5104fbafdc0e170a8b38534cf Mon Sep 17 00:00:00 2001 From: hwspeedy Date: Tue, 19 Mar 2024 05:18:38 +0100 Subject: FIX remove unused timer FIB --- modules/benchmark/fib.c | 1 - 1 file changed, 1 deletion(-) (limited to 'modules') diff --git a/modules/benchmark/fib.c b/modules/benchmark/fib.c index 2bec8bed..557c1b13 100644 --- a/modules/benchmark/fib.c +++ b/modules/benchmark/fib.c @@ -43,7 +43,6 @@ static gpointer fib_for(void *in_data, gint thread_number) void benchmark_fib(void) { - GTimer *timer = g_timer_new(); bench_value r = EMPTY_BENCH_VALUE; shell_view_set_enabled(FALSE); -- cgit v1.2.3