]> granicus.if.org Git - php/commitdiff
Nuke unused code
authorfoobar <sniper@php.net>
Mon, 14 Feb 2005 08:21:34 +0000 (08:21 +0000)
committerfoobar <sniper@php.net>
Mon, 14 Feb 2005 08:21:34 +0000 (08:21 +0000)
ext/sockets/php_sockets.h

index eb3f3c59f0c25d2d4345f94037c946b7bb1df96d..6a54c5dd06b77b0b29dc7a1e9c147478039f5877 100644 (file)
@@ -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);