diff options
Diffstat (limited to 'modules')
-rw-r--r-- | modules/benchmark.c | 1 |
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); |