diff options
| author | Zeev Suraski <zeev@php.net> | 1999-04-23 20:06:01 +0000 |
|---|---|---|
| committer | Zeev Suraski <zeev@php.net> | 1999-04-23 20:06:01 +0000 |
| commit | 6f7c0edee361e15295b85ad6e03f3d109e446f22 (patch) | |
| tree | 550ea80544fd08641b418a1f783f62aa6c5745b8 /main | |
| parent | f53afa6eddaf46646f49e2579efbdf3dfb0d167e (diff) | |
| download | php-git-6f7c0edee361e15295b85ad6e03f3d109e446f22.tar.gz | |
Remove tls.[ch]
Diffstat (limited to 'main')
| -rw-r--r-- | main/fopen_wrappers.c | 4 | ||||
| -rw-r--r-- | main/main.c | 3 | ||||
| -rw-r--r-- | main/safe_mode.c | 4 |
3 files changed, 1 insertions, 10 deletions
diff --git a/main/fopen_wrappers.c b/main/fopen_wrappers.c index 60edb6fae4..74823b2945 100644 --- a/main/fopen_wrappers.c +++ b/main/fopen_wrappers.c @@ -29,10 +29,6 @@ */ /* $Id$ */ -#ifdef THREAD_SAFE -#include "tls.h" -#endif - #include "php.h" #include "php_globals.h" diff --git a/main/main.c b/main/main.c index 65fab070b1..5a0cf38eef 100644 --- a/main/main.c +++ b/main/main.c @@ -36,9 +36,6 @@ #undef SHUTDOWN_DEBUG #define SHUTDOWN_DEBUG(resource) -#ifdef THREAD_SAFE -#include "tls.h" -#endif #include <stdio.h> #include "php.h" #ifdef MSVC5 diff --git a/main/safe_mode.c b/main/safe_mode.c index 1b96bdf7dd..c4992893a9 100644 --- a/main/safe_mode.c +++ b/main/safe_mode.c @@ -27,9 +27,7 @@ +----------------------------------------------------------------------+ */ /* $Id$ */ -#ifdef THREAD_SAFE -#include "tls.h" -#endif + #include "php.h" #include <stdio.h> |
