Skip to content

Commit

Permalink
Remove TODO comment in report_add_results_array
Browse files Browse the repository at this point in the history
  • Loading branch information
timopollmeier committed Jul 7, 2021
1 parent 8fe7596 commit a3516ce
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 @@ -21042,7 +21042,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 a3516ce

Please sign in to comment.