Remove obsolete, unused vars; close #56

This commit is contained in:
Dominic Szablewski 2022-04-11 22:35:39 +02:00
parent 1f8d2b752d
commit 59e0575c49

View File

@ -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;