From 5bd7be94a4b08e4bbd83a9192a1572f398530cae Mon Sep 17 00:00:00 2001 From: Ilia Alshanetsky Date: Sun, 13 Mar 2005 17:03:55 +0000 Subject: [PATCH] Fixed compiler warning. --- ext/standard/streamsfuncs.c | 1 - 1 file changed, 1 deletion(-) diff --git a/ext/standard/streamsfuncs.c b/ext/standard/streamsfuncs.c index c89dbbbc3b..8c04af9e86 100644 --- a/ext/standard/streamsfuncs.c +++ b/ext/standard/streamsfuncs.c @@ -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", -- 2.50.1