From ee39ec7d0a28bf50e37635d9ee6fc79ba211d7bf Mon Sep 17 00:00:00 2001 From: Joe Orton Date: Wed, 3 Nov 2004 13:12:41 +0000 Subject: [PATCH] Remove unused variable. --- ext/openssl/xp_ssl.c | 1 - 1 file changed, 1 deletion(-) diff --git a/ext/openssl/xp_ssl.c b/ext/openssl/xp_ssl.c index 5686352613..1607b9d486 100644 --- a/ext/openssl/xp_ssl.c +++ b/ext/openssl/xp_ssl.c @@ -501,7 +501,6 @@ static int php_openssl_sockop_set_option(php_stream *stream, int option, int val switch (option) { case PHP_STREAM_OPTION_CHECK_LIVENESS: { - fd_set rfds; struct timeval tv; char buf; int alive = 1; -- 2.50.1