Skip to content

Commit

Permalink
Remove TODO - the error handling is manual
Browse files Browse the repository at this point in the history
  • Loading branch information
q-posev committed Jan 3, 2025
1 parent 22be7fa commit 155d695
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/templates_text/templator_text.org
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,6 @@ trexio_text_flush (trexio_t* const file)
trexio_exit_code rc;
trexio_text_t* f = (trexio_text_t*) file;

/* TODO: Error handling for this call is NOT added by the generator */
rc = trexio_text_flush_$group$(f); if (rc != TREXIO_SUCCESS) return rc;

return TREXIO_SUCCESS;
Expand Down

0 comments on commit 155d695

Please sign in to comment.