1
0
mirror of https://github.com/TREX-CoE/trexio.git synced 2025-04-16 13:49:19 +02:00

Remove TODO - the error handling is manual

This commit is contained in:
q-posev 2025-01-03 10:00:59 +01:00
parent 22be7fa615
commit 155d69571a

View File

@ -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;