aboutsummaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorhwspeedy <ns@bigbear.dk>2024-03-19 05:18:38 +0100
committerhwspeedy <ns@bigbear.dk>2024-03-19 05:18:38 +0100
commit0a0a3af1a45981a5104fbafdc0e170a8b38534cf (patch)
tree7adc0a0fcdb45c18f266980114bf42ea34321833 /modules
parent15436018a0f6038dcce36f696298356cf3a58ca4 (diff)
FIX remove unused timer FIB
Diffstat (limited to 'modules')
-rw-r--r--modules/benchmark/fib.c1
1 files changed, 0 insertions, 1 deletions
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);