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 /ext/standard/mail.c | |
parent | f53afa6eddaf46646f49e2579efbdf3dfb0d167e (diff) | |
download | php-git-6f7c0edee361e15295b85ad6e03f3d109e446f22.tar.gz |
Remove tls.[ch]
Diffstat (limited to 'ext/standard/mail.c')
-rw-r--r-- | ext/standard/mail.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/ext/standard/mail.c b/ext/standard/mail.c index 685e8d9cf9..af6820a869 100644 --- a/ext/standard/mail.c +++ b/ext/standard/mail.c @@ -33,9 +33,6 @@ #include <stdlib.h> #include <ctype.h> #include <stdio.h> -#ifdef THREAD_SAFE -#include "tls.h" -#endif #include "php.h" #ifndef MSVC5 #include "build-defs.h" |