diff options
-rw-r--r-- | main/network.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/main/network.c b/main/network.c index 17475b8e58..03270bcdfa 100644 --- a/main/network.c +++ b/main/network.c @@ -637,7 +637,6 @@ static size_t php_sock_stream_read_internal(php_stream *stream, php_netstream_da char buf[PHP_SOCK_CHUNK_SIZE]; int nr_bytes; size_t nr_read = 0; - php_sockaddr_storage sa; /* For blocking sockets, we wait until there is some data to read (real data or EOF) |