1
0
mirror of https://github.com/php/php-src.git synced 2026-04-27 01:48:26 +02:00

Remove unused variable.

This commit is contained in:
Joe Orton
2004-11-03 13:12:41 +00:00
parent 2469701b87
commit ee39ec7d0a
-1
View File
@@ -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;