From: Joe Orton Date: Wed, 3 Nov 2004 13:12:41 +0000 (+0000) Subject: Remove unused variable. X-Git-Tag: RELEASE_0_2~749 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ee39ec7d0a28bf50e37635d9ee6fc79ba211d7bf;p=php Remove unused variable. --- 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;