]> granicus.if.org Git - php/commitdiff
Remove unused variable.
authorJoe Orton <jorton@php.net>
Wed, 3 Nov 2004 13:12:41 +0000 (13:12 +0000)
committerJoe Orton <jorton@php.net>
Wed, 3 Nov 2004 13:12:41 +0000 (13:12 +0000)
ext/openssl/xp_ssl.c

index 568635261334f09a6829e76c743016e2b17ea245..1607b9d4861af897f63c072c09410c288a295533 100644 (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;