summaryrefslogtreecommitdiff
path: root/ext/standard/post.c
diff options
context:
space:
mode:
authorZeev Suraski <zeev@php.net>1999-04-23 20:06:01 +0000
committerZeev Suraski <zeev@php.net>1999-04-23 20:06:01 +0000
commit6f7c0edee361e15295b85ad6e03f3d109e446f22 (patch)
tree550ea80544fd08641b418a1f783f62aa6c5745b8 /ext/standard/post.c
parentf53afa6eddaf46646f49e2579efbdf3dfb0d167e (diff)
downloadphp-git-6f7c0edee361e15295b85ad6e03f3d109e446f22.tar.gz
Remove tls.[ch]
Diffstat (limited to 'ext/standard/post.c')
-rw-r--r--ext/standard/post.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/ext/standard/post.c b/ext/standard/post.c
index 224450990d..3520c0b3b1 100644
--- a/ext/standard/post.c
+++ b/ext/standard/post.c
@@ -27,9 +27,7 @@
+----------------------------------------------------------------------+
*/
/* $Id: */
-#ifdef THREAD_SAFE
-#include "tls.h"
-#endif
+
#include <stdio.h>
#include "php.h"
#include "php3_standard.h"