From 72ccf5b02948eafad9582b54b9c1b335df733e97 Mon Sep 17 00:00:00 2001 From: Timo Pollmeier Date: Wed, 7 Jul 2021 12:17:18 +0200 Subject: [PATCH] Remove TODO comment in report_add_results_array (cherry picked from commit a3516ce24eae6a6f91f0c05399d7f1678c977886) --- src/manage_sql.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/manage_sql.c b/src/manage_sql.c index c3c89e943..55f045239 100644 --- a/src/manage_sql.c +++ b/src/manage_sql.c @@ -21314,7 +21314,6 @@ report_add_results_array (report_t report, GArray *results) result_t result; result = g_array_index (results, result_t, index); - // TODO: Use array to insert multiple results at once report_add_result_for_buffer (report, result); }