From 59e0575c493dfebc5215f940c42b82cb8a1515f7 Mon Sep 17 00:00:00 2001 From: Dominic Szablewski Date: Mon, 11 Apr 2022 22:35:39 +0200 Subject: [PATCH] Remove obsolete, unused vars; close #56 --- qoibench.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/qoibench.c b/qoibench.c index cca8c145..81fed6d4 100644 --- a/qoibench.c +++ b/qoibench.c @@ -540,9 +540,6 @@ void benchmark_directory(const char *path, benchmark_result_t *grand_total) { rewinddir(dir); } - float total_percentage = 0; - int total_size = 0; - benchmark_result_t dir_total = {0}; int has_shown_head = 0;