diff options
| author | Markus Mittendrein <git@maxmitti.tk> | 2019-03-18 16:46:29 +0100 |
|---|---|---|
| committer | Markus Mittendrein <git@maxmitti.tk> | 2019-03-18 16:46:38 +0100 |
| commit | ecd14ab39b0a44d246f4d50507dcc28d8abc1787 (patch) | |
| tree | 8c1b976aa8ce8b269e5471d78b6d499b775f8ec0 /src/cc4group.c | |
| parent | 4e5cb7b5fdf25613422205ee56290a8e47701d9f (diff) | |
| download | cc4group-ecd14ab39b0a44d246f4d50507dcc28d8abc1787.tar.gz cc4group-ecd14ab39b0a44d246f4d50507dcc28d8abc1787.zip | |
Remove outdated comment
Diffstat (limited to 'src/cc4group.c')
| -rw-r--r-- | src/cc4group.c | 1 |
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) |
