]> granicus.if.org Git - php/commitdiff
- Removed a stale var that broke the build
authorDerick Rethans <derick@php.net>
Sat, 13 Jan 2001 22:00:23 +0000 (22:00 +0000)
committerDerick Rethans <derick@php.net>
Sat, 13 Jan 2001 22:00:23 +0000 (22:00 +0000)
ext/standard/fsock.c

index a51c2ff6d5143b13b1a732047161e2763223d5a3..39e9d06111d5902f865210046562060deb059110 100644 (file)
@@ -71,7 +71,6 @@
 #ifdef ZTS
 static int fsock_globals_id;
 #else
-static php_fsock_globals fsock_globals;
 extern int le_fp;
 #endif