Remove some code for a contributor that we cannot find
[openssl.git] / crypto / comp / comp_lib.c
index 137a5db7a2b2e552c749bd16fa794c00234dd8a0..5bed1876a80e55098cc865a90d7b055434910cd0 100644 (file)
@@ -45,9 +45,6 @@ const char *COMP_get_name(const COMP_METHOD *meth)
 
 void COMP_CTX_free(COMP_CTX *ctx)
 {
-    if (ctx == NULL)
-        return;
-
     if (ctx->meth->finish != NULL)
         ctx->meth->finish(ctx);