]> granicus.if.org Git - php/commitdiff
*** empty log message ***
authorZeev Suraski <zeev@php.net>
Sat, 19 Jun 1999 13:13:28 +0000 (13:13 +0000)
committerZeev Suraski <zeev@php.net>
Sat, 19 Jun 1999 13:13:28 +0000 (13:13 +0000)
ext/standard/fsock.c

index 0420cad037282da492535e637ef6870f17ce5a73..1e863aa2c504690a2a9415714069ced725a44aec 100644 (file)
@@ -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 */