From: Derick Rethans Date: Sat, 13 Jan 2001 22:00:23 +0000 (+0000) Subject: - Removed a stale var that broke the build X-Git-Tag: php-4.0.5RC1~596 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=97510346eddf65f11ec396941a9d3b24e8aeb2c1;p=php - Removed a stale var that broke the build --- diff --git a/ext/standard/fsock.c b/ext/standard/fsock.c index a51c2ff6d5..39e9d06111 100644 --- a/ext/standard/fsock.c +++ b/ext/standard/fsock.c @@ -71,7 +71,6 @@ #ifdef ZTS static int fsock_globals_id; #else -static php_fsock_globals fsock_globals; extern int le_fp; #endif