From b1ef50091d81a94e1d0a92010d99a862bb5a58b0 Mon Sep 17 00:00:00 2001 From: Peter Kokot Date: Mon, 1 Jul 2019 22:20:13 +0200 Subject: 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 --- TSRM/TSRM.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'TSRM') 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 #elif defined(TSRM_ST) # include -#elif defined(BETHREADS) -#include -#include #endif #if SIZEOF_SIZE_T == 4 -- cgit v1.2.1