summaryrefslogtreecommitdiff
path: root/modules/benchmark/fib.c
diff options
context:
space:
mode:
authorLucas de Castro Borges <lucas@gnuabordo.com.br>2024-04-22 19:19:51 -0300
committerLucas de Castro Borges <lucas@gnuabordo.com.br>2024-04-22 19:19:51 -0300
commit0574020490ffae5686b0c75d7753bfbcf2286114 (patch)
tree4737ad2276b41819178efdb5360ae7c2b4b559fe /modules/benchmark/fib.c
parent6c855997ca4a18e3e578faaae073db71c80849ad (diff)
New upstream version 2.0.17preupstream/2.0.17pre
Diffstat (limited to 'modules/benchmark/fib.c')
-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);