From: Bodo Möller Date: Thu, 13 Sep 2001 13:02:59 +0000 (+0000) Subject: avoid "statement not reached" warning X-Git-Tag: OpenSSL_0_9_6c~113^2~2 X-Git-Url: https://git.openssl.org/?p=openssl.git;a=commitdiff_plain;h=4e1b0d890489a1e13a3ea431de7dafda548c2d74;hp=8ce2912fbc0fc0f4a4d30d84f8d0bdae43828cf9 avoid "statement not reached" warning --- diff --git a/crypto/objects/obj_dat.c b/crypto/objects/obj_dat.c index fbbc03858a..8094c7df95 100644 --- a/crypto/objects/obj_dat.c +++ b/crypto/objects/obj_dat.c @@ -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)