1
0
mirror of https://github.com/php/php-src.git synced 2026-04-11 18:13:00 +02:00

- Removed a stale var that broke the build

This commit is contained in:
Derick Rethans
2001-01-13 22:00:23 +00:00
parent 1104639d0a
commit 97510346ed

View File

@@ -71,7 +71,6 @@
#ifdef ZTS
static int fsock_globals_id;
#else
static php_fsock_globals fsock_globals;
extern int le_fp;
#endif