From: foobar Date: Mon, 14 Feb 2005 08:21:34 +0000 (+0000) Subject: Nuke unused code X-Git-Tag: RELEASE_0_2_4~55 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=28f0397803895c337c717faa1f19937cfdf39c8c;p=php Nuke unused code --- 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);