Remove some code for a contributor that we cannot find
[openssl.git] / crypto / txt_db / txt_db.c
index d6859629f6aa2ec32d81dbd6020f997276be4f30..a08f346af6771f4bb9cefdc07344b2c7a6a77546 100644 (file)
@@ -284,9 +284,6 @@ void TXT_DB_free(TXT_DB *db)
     int i, n;
     char **p, *max;
 
-    if (db == NULL)
-        return;
-
     if (db->index != NULL) {
         for (i = db->num_fields - 1; i >= 0; i--)
             lh_OPENSSL_STRING_free(db->index[i]);