summaryrefslogtreecommitdiff
path: root/main/php_virtual_cwd.h
diff options
context:
space:
mode:
authorSascha Schumann <sas@php.net>2000-05-16 23:11:18 +0000
committerSascha Schumann <sas@php.net>2000-05-16 23:11:18 +0000
commit46e672243acadc585360179958f66f90607c9ad4 (patch)
tree61429ffb90641b2923ae7b5dc38c7505b322785c /main/php_virtual_cwd.h
parentac0e07ecdaa1ecda91de17784d0e0348c105c435 (diff)
downloadphp-git-46e672243acadc585360179958f66f90607c9ad4.tar.gz
Remove extra declarations of cwd_globals(_id)
Diffstat (limited to 'main/php_virtual_cwd.h')
-rw-r--r--main/php_virtual_cwd.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/main/php_virtual_cwd.h b/main/php_virtual_cwd.h
index 44745557c6..ecd93463b6 100644
--- a/main/php_virtual_cwd.h
+++ b/main/php_virtual_cwd.h
@@ -61,7 +61,6 @@ ZEND_END_MODULE_GLOBALS(cwd)
# define CWDLS_CC , CWDLS_C
# define CWDG(v) (cwd_globals->v)
# define CWDLS_FETCH() zend_cwd_globals *cwd_globals = ts_resource(cwd_globals_id)
-CWD_API extern int cwd_globals_id;
#else
# define CWDLS_D void
# define CWDLS_DC
@@ -69,7 +68,6 @@ CWD_API extern int cwd_globals_id;
# define CWDLS_CC
# define CWDG(v) (cwd_globals.v)
# define CWDLS_FETCH()
-extern CWD_API zend_cwd_globals cwd_globals;
#endif
#endif /* VIRTUAL_CWD_H */