From ecd14ab39b0a44d246f4d50507dcc28d8abc1787 Mon Sep 17 00:00:00 2001 From: Markus Mittendrein Date: Mon, 18 Mar 2019 16:46:29 +0100 Subject: Remove outdated comment --- src/cc4group.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src') diff --git a/src/cc4group.c b/src/cc4group.c index 00e0a0d..5b7fe98 100644 --- a/src/cc4group.c +++ b/src/cc4group.c @@ -365,7 +365,6 @@ static void* cc4group_createTmpMemoryFile(CC4Group* const this, const size_t siz static void* cc4group_createTmpMemoryMalloc(CC4Group* const this, const size_t size, CC4Group_CleanupJob* cleanupJob) { (void)this; - // error checking is left out intentionally. it is the job of the calling function void* ret = malloc(size); if(ret == NULL) -- cgit v1.2.3-54-g00ecf