summaryrefslogtreecommitdiffstats
path: root/crypto/bio/bss_dgram.c
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2009-05-18 16:11:58 +0000
committerDr. Stephen Henson <steve@openssl.org>2009-05-18 16:11:58 +0000
commit431aad3c1542e4d48424e5b314ca2b96a89467ac (patch)
treecfc1b301a65a3d3730ee9921a6bd2bfcaaa500de /crypto/bio/bss_dgram.c
parent0454f2c4901218d749e4dac411e8b471fd749474 (diff)
Delete line which should have gone with PR#1922.
Diffstat (limited to 'crypto/bio/bss_dgram.c')
-rw-r--r--crypto/bio/bss_dgram.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/crypto/bio/bss_dgram.c b/crypto/bio/bss_dgram.c
index 3f568da142..80d31b199d 100644
--- a/crypto/bio/bss_dgram.c
+++ b/crypto/bio/bss_dgram.c
@@ -289,9 +289,6 @@ static int dgram_read(BIO *b, char *out, int outl)
BIO_set_retry_read(b);
data->_errno = get_last_socket_error();
}
-#if 0
- memset(&(data->hstimeout), 0, sizeof(struct timeval));
-#endif
}
}
return(ret);