diff options
Diffstat (limited to 'ext/standard/string.c')
-rw-r--r-- | ext/standard/string.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/ext/standard/string.c b/ext/standard/string.c index 86e2f49684..80fa1d2a6f 100644 --- a/ext/standard/string.c +++ b/ext/standard/string.c @@ -33,12 +33,6 @@ #include "zend_execute.h" #include "php_globals.h" -#ifdef ZTS -extern int basic_globals_id; -#else -extern php_basic_globals basic_globals; -#endif - /* this is read-only, so it's ok */ static char hexconvtab[] = "0123456789abcdef"; |