Skip to content

Commit

Permalink
Remove TODO comment in report_add_results_array
Browse files Browse the repository at this point in the history
(cherry picked from commit a3516ce)
  • Loading branch information
timopollmeier authored and mergify-bot committed Jul 7, 2021
1 parent 10808fe commit 72ccf5b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/manage_sql.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}

Expand Down

0 comments on commit 72ccf5b

Please sign in to comment.