From 28f0397803895c337c717faa1f19937cfdf39c8c Mon Sep 17 00:00:00 2001 From: foobar Date: Mon, 14 Feb 2005 08:21:34 +0000 Subject: [PATCH] Nuke unused code --- ext/sockets/php_sockets.h | 4 ---- 1 file changed, 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); -- 2.40.0