From 4d428cd2504c7ef03bc9672ecf2862eaedb3d87e Mon Sep 17 00:00:00 2001 From: Rich Salz Date: Thu, 29 Jan 2015 21:38:57 -0500 Subject: Dead code removal: #if 0 bio, comp, rand The start of removing dead code. A remaining #if 0 in bss_conn.c needs more thought. Reviewed-by: Richard Levitte --- crypto/bio/bss_sock.c | 6 ------ 1 file changed, 6 deletions(-) (limited to 'crypto/bio/bss_sock.c') diff --git a/crypto/bio/bss_sock.c b/crypto/bio/bss_sock.c index 6194d2c031..5a73e81315 100644 --- a/crypto/bio/bss_sock.c +++ b/crypto/bio/bss_sock.c @@ -233,12 +233,6 @@ int BIO_sock_non_fatal_error(int err) # if defined(WSAEWOULDBLOCK) case WSAEWOULDBLOCK: # endif - -# if 0 /* This appears to always be an error */ -# if defined(WSAENOTCONN) - case WSAENOTCONN: -# endif -# endif # endif # ifdef EWOULDBLOCK -- cgit v1.2.3