From: Ilia Alshanetsky Date: Tue, 4 Jan 2005 03:45:42 +0000 (+0000) Subject: Fixed compiler warning resulting from an unused variable. X-Git-Tag: php-5.0.4RC1~395 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ad9eec0fe35273af9f6f596107e88f55620c8523;p=php Fixed compiler warning resulting from an unused variable. --- diff --git a/ext/openssl/xp_ssl.c b/ext/openssl/xp_ssl.c index 4d5f590bab..1cb3b401f1 100644 --- a/ext/openssl/xp_ssl.c +++ b/ext/openssl/xp_ssl.c @@ -497,7 +497,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;