avoid "statement not reached" warning
authorBodo Möller <bodo@openssl.org>
Thu, 13 Sep 2001 13:02:59 +0000 (13:02 +0000)
committerBodo Möller <bodo@openssl.org>
Thu, 13 Sep 2001 13:02:59 +0000 (13:02 +0000)
crypto/objects/obj_dat.c

index fbbc03858aca3c719598ca950968b7fb770f4d82..8094c7df95f4da09982e89bbf72b6c5dc12cf9be 100644 (file)
@@ -176,7 +176,6 @@ static int add_cmp(const void *ca_void, const void *cb_void)
                /* abort(); */
                return 0;
                }
-       return(1); /* should not get here */
        }
 
 static int init_added(void)