summaryrefslogtreecommitdiff
path: root/main.h
diff options
context:
space:
mode:
authorZeev Suraski <zeev@php.net>1999-04-23 20:20:30 +0000
committerZeev Suraski <zeev@php.net>1999-04-23 20:20:30 +0000
commit09946676d2fada87c1624e266e1ab7ba768984fe (patch)
tree9bb33a0df3050a034c92053bce0a26025264eb44 /main.h
parent6f7c0edee361e15295b85ad6e03f3d109e446f22 (diff)
downloadphp-git-09946676d2fada87c1624e266e1ab7ba768984fe.tar.gz
Thread-safe header_is_being_sent
Diffstat (limited to 'main.h')
-rw-r--r--main.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/main.h b/main.h
index 3f4501210c..d19d0208cc 100644
--- a/main.h
+++ b/main.h
@@ -55,7 +55,6 @@ extern void php3_module_shutdown();
extern void php3_module_shutdown_for_exec(void);
#ifndef THREAD_SAFE
-extern unsigned char header_is_being_sent;
extern int initialized;
#endif