aboutsummaryrefslogtreecommitdiff
path: root/modules/benchmark.c
diff options
context:
space:
mode:
authorLeandro Pereira <leandro@hardinfo.org>2020-05-09 13:25:23 -0700
committerLeandro Pereira <leandro@hardinfo.org>2020-05-09 13:25:23 -0700
commit9903ae57d74b2ea52e86d207f8739c843fbfad38 (patch)
tree02179608b49f63c483ab4f082140403e4dc22f12 /modules/benchmark.c
parentba8e50248893ab5574acb9de9e1bcc19ba127ce5 (diff)
Remove unused `results_list` variable
Diffstat (limited to 'modules/benchmark.c')
-rw-r--r--modules/benchmark.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/benchmark.c b/modules/benchmark.c
index e0d61eab..b232c739 100644
--- a/modules/benchmark.c
+++ b/modules/benchmark.c
@@ -428,7 +428,6 @@ static void append_machine_result_json(JsonArray *array,
gpointer user_data)
{
struct append_machine_result_json_data *data = user_data;
- GSList **result_list = user_data;
bench_result *result;
result = bench_result_benchmarkjson(data->benchmark_name, element_node);