From c6ef15c494e49ecc505156c8063474b20e29ef6a Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Thu, 29 Jan 2015 01:54:09 +0100 Subject: clang on Linux x86_64 complains about unreachable code. Reviewed-by: Rich Salz --- crypto/ocsp/ocsp_ht.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'crypto/ocsp') diff --git a/crypto/ocsp/ocsp_ht.c b/crypto/ocsp/ocsp_ht.c index 446882d35f..aca0d48879 100644 --- a/crypto/ocsp/ocsp_ht.c +++ b/crypto/ocsp/ocsp_ht.c @@ -508,8 +508,6 @@ int OCSP_REQ_CTX_nbio(OCSP_REQ_CTX *rctx) rctx->state = OHS_DONE; return 1; - break; - case OHS_DONE: return 1; -- cgit v1.2.3