summaryrefslogtreecommitdiff
path: root/TSRM
diff options
context:
space:
mode:
authorPeter Kokot <peterkokot@gmail.com>2019-07-01 22:20:13 +0200
committerPeter Kokot <peterkokot@gmail.com>2019-07-02 22:08:54 +0200
commitb1ef50091d81a94e1d0a92010d99a862bb5a58b0 (patch)
tree33f7e4a0801743bc045e064b2e47e07e878fcdf7 /TSRM
parent534351c0141d1e41e9d656706aa506462ae42f5a (diff)
downloadphp-git-b1ef50091d81a94e1d0a92010d99a862bb5a58b0.tar.gz
Remove some old BeOS artefacts
- checking for beos systems is no longer relevant in configure.ac - usage of undefined constant BETHREADS removed. Closes GH-4346
Diffstat (limited to 'TSRM')
-rw-r--r--TSRM/TSRM.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/TSRM/TSRM.h b/TSRM/TSRM.h
index 3c88ac3edb..e81ad832bb 100644
--- a/TSRM/TSRM.h
+++ b/TSRM/TSRM.h
@@ -52,9 +52,6 @@ typedef uintptr_t tsrm_uintptr_t;
# include <pthread.h>
#elif defined(TSRM_ST)
# include <st.h>
-#elif defined(BETHREADS)
-#include <kernel/OS.h>
-#include <TLS.h>
#endif
#if SIZEOF_SIZE_T == 4