diff options
author | Joe Orton <jorton@php.net> | 2004-11-03 13:12:41 +0000 |
---|---|---|
committer | Joe Orton <jorton@php.net> | 2004-11-03 13:12:41 +0000 |
commit | ee39ec7d0a28bf50e37635d9ee6fc79ba211d7bf (patch) | |
tree | 514adbabfe0c06642c93bd1f897d711c330e5b58 /ext/openssl/xp_ssl.c | |
parent | 2469701b8723327fa826dc2028cbf0655fabd8b0 (diff) | |
download | php-git-ee39ec7d0a28bf50e37635d9ee6fc79ba211d7bf.tar.gz |
Remove unused variable.
Diffstat (limited to 'ext/openssl/xp_ssl.c')
-rw-r--r-- | ext/openssl/xp_ssl.c | 1 |
1 files changed, 0 insertions, 1 deletions
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; |