diff options
author | Wez Furlong <wez@php.net> | 2002-04-15 20:12:29 +0000 |
---|---|---|
committer | Wez Furlong <wez@php.net> | 2002-04-15 20:12:29 +0000 |
commit | ca6b88ef46d5e191e2607216da13177ea7dd6d8d (patch) | |
tree | 8ef8ddf7b3509556e088f6475185760987decc0d | |
parent | 50cf12ce4c23f88fcd704fc4c18970484c5951f4 (diff) | |
download | php-git-ca6b88ef46d5e191e2607216da13177ea7dd6d8d.tar.gz |
should not be there
-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) |