summaryrefslogtreecommitdiff
path: root/main.h
diff options
context:
space:
mode:
authorZeev Suraski <zeev@php.net>1999-04-23 22:45:01 +0000
committerZeev Suraski <zeev@php.net>1999-04-23 22:45:01 +0000
commit05d24c60223439b94d4100538331fb6749022ca3 (patch)
tree44e1918946a69e459d828272be421e4833c98a68 /main.h
parent09946676d2fada87c1624e266e1ab7ba768984fe (diff)
downloadphp-git-05d24c60223439b94d4100538331fb6749022ca3.tar.gz
Remove redundant code
Diffstat (limited to 'main.h')
-rw-r--r--main.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/main.h b/main.h
index d19d0208cc..0c1f90a1ba 100644
--- a/main.h
+++ b/main.h
@@ -38,15 +38,6 @@
#include "zend_globals.h"
#include "php_globals.h"
-#define INIT_ENVIRONMENT 0x80
-#define INIT_REQUEST_INFO 0x400
-#define INIT_FUNCTIONS 0x800
-#define INIT_SCANNER 0x1000
-#define INIT_CONFIG 0x10000
-#define INIT_VARIABLE_UNASSIGN_STACK 0x20000
-#define INIT_WINSOCK 0x100000
-#define INIT_CLASS_TABLE 0x400000
-
int php3_request_startup(CLS_D ELS_DC PLS_DC);
extern void php3_request_shutdown(void *dummy INLINE_TLS);
extern void php3_request_shutdown_for_exec(void *dummy);
@@ -54,10 +45,6 @@ extern int php3_module_startup();
extern void php3_module_shutdown();
extern void php3_module_shutdown_for_exec(void);
-#ifndef THREAD_SAFE
-extern int initialized;
-#endif
-
extern void php3_call_shutdown_functions(void);