diff options
author | foobar <sniper@php.net> | 2005-02-14 08:21:34 +0000 |
---|---|---|
committer | foobar <sniper@php.net> | 2005-02-14 08:21:34 +0000 |
commit | 28f0397803895c337c717faa1f19937cfdf39c8c (patch) | |
tree | fbbc12659f56a4902a9929c03573994cf780d18f /ext/sockets | |
parent | 0992be85776ae7b3f4cd6743464a6ef0ea692e65 (diff) | |
download | php-git-28f0397803895c337c717faa1f19937cfdf39c8c.tar.gz |
Nuke unused code
Diffstat (limited to 'ext/sockets')
-rw-r--r-- | ext/sockets/php_sockets.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/ext/sockets/php_sockets.h b/ext/sockets/php_sockets.h index eb3f3c59f0..6a54c5dd06 100644 --- a/ext/sockets/php_sockets.h +++ b/ext/sockets/php_sockets.h @@ -82,10 +82,6 @@ typedef struct { int error; } php_socket; -typedef struct { - zend_bool use_system_read; -} php_sockets_globals; - /* Prototypes */ #ifdef ilia_0 /* not needed, only causes a compiler warning */ static int php_open_listen_sock(php_socket **php_sock, int port, int backlog TSRMLS_DC); |