From 63a845f2f6fda873375c13a763e9566067e6a7ee Mon Sep 17 00:00:00 2001 From: Zeev Suraski Date: Sat, 19 Jun 1999 13:13:28 +0000 Subject: [PATCH] *** empty log message *** --- ext/standard/fsock.c | 5 ----- 1 file changed, 5 deletions(-) diff --git a/ext/standard/fsock.c b/ext/standard/fsock.c index 0420cad037..1e863aa2c5 100644 --- a/ext/standard/fsock.c +++ b/ext/standard/fsock.c @@ -124,11 +124,6 @@ php3_module_entry fsock_module_entry = { STANDARD_MODULE_PROPERTIES }; -#ifndef ZTS -static HashTable PG(ht_fsock_keys); -static HashTable PG(ht_fsock_socks); -#endif - /* {{{ lookup_hostname */ -- 2.50.1