Remove no longer applying TODO.

This commit is contained in:
2019-03-31 20:31:21 +01:00
parent b36c664740
commit b255303607
2 changed files with 0 additions and 5 deletions

View File

@@ -46,7 +46,6 @@ int close(void *context)
dicformatContext *ctx = context;
// TODO: Cast this field without casting the whole structure, as this can buffer overflow
// Not a libdicformat context
if(ctx->magic != DIC_MAGIC)
{