]> granicus.if.org Git - php/commitdiff
Fixed compiler warning.
authorIlia Alshanetsky <iliaa@php.net>
Sun, 13 Mar 2005 17:03:55 +0000 (17:03 +0000)
committerIlia Alshanetsky <iliaa@php.net>
Sun, 13 Mar 2005 17:03:55 +0000 (17:03 +0000)
ext/standard/streamsfuncs.c

index c89dbbbc3b1c0430a7188660d8ea41a9a0f232f6..8c04af9e86de084a016546c76a92274a760751a5 100644 (file)
@@ -48,7 +48,6 @@ PHP_FUNCTION(stream_socket_pair)
 {
        long domain, type, protocol;
        php_stream *s1, *s2;
-       zval *zs1, *sz2;
        int pair[2];
 
        if (FAILURE == zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "lll",