summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/cc4group.c1
1 files changed, 0 insertions, 1 deletions
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)