]> granicus.if.org Git - php/commitdiff
Fixed compiler warning resulting from an unused variable.
authorIlia Alshanetsky <iliaa@php.net>
Tue, 4 Jan 2005 03:45:42 +0000 (03:45 +0000)
committerIlia Alshanetsky <iliaa@php.net>
Tue, 4 Jan 2005 03:45:42 +0000 (03:45 +0000)
ext/openssl/xp_ssl.c

index 4d5f590babc1b2ab38628602e5db9681fffdcdaa..1cb3b401f154dc60125a25fc1fd526aa95f14cb1 100644 (file)
@@ -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;