From 155d69571a21619585bf9d65b415994dfe1828dc Mon Sep 17 00:00:00 2001 From: q-posev Date: Fri, 3 Jan 2025 10:00:59 +0100 Subject: [PATCH] Remove TODO - the error handling is manual --- src/templates_text/templator_text.org | 1 - 1 file changed, 1 deletion(-) diff --git a/src/templates_text/templator_text.org b/src/templates_text/templator_text.org index 7ca38d7..b8efc70 100644 --- a/src/templates_text/templator_text.org +++ b/src/templates_text/templator_text.org @@ -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;