summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSascha Schumann <sas@php.net>2002-10-04 19:20:13 +0000
committerSascha Schumann <sas@php.net>2002-10-04 19:20:13 +0000
commit5e97e66abb1a48f1c1feee0ccc4b9b25825b2513 (patch)
treed9c5cd1a61fc39b352981038d6ee1f709a29ae38
parenta4ec211e9e0150a7c3f6dea9d66380f77775c184 (diff)
downloadphp-git-5e97e66abb1a48f1c1feee0ccc4b9b25825b2513.tar.gz
Nuke warning
-rw-r--r--main/main.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/main/main.c b/main/main.c
index fc15c79aaa..9415bcaed3 100644
--- a/main/main.c
+++ b/main/main.c
@@ -981,7 +981,6 @@ int php_module_startup(sapi_module_struct *sf, zend_module_entry *additional_mod
void ***tsrm_ls;
php_core_globals *core_globals;
- sapi_globals_struct *sapi_globals = ts_resource(sapi_globals_id);
#endif
#if defined(PHP_WIN32) || (defined(NETWARE) && defined(USE_WINSOCK))
WORD wVersionRequested = MAKEWORD(2, 0);