diff options
-rw-r--r-- | TSRM/TSRM.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/TSRM/TSRM.c b/TSRM/TSRM.c index 76c005a72c..b95384b9e3 100644 --- a/TSRM/TSRM.c +++ b/TSRM/TSRM.c @@ -13,8 +13,6 @@ +----------------------------------------------------------------------+ */ -#ifdef ZTS - #include "TSRM.h" #include <stdio.h> #include <stdlib.h> @@ -455,5 +453,3 @@ void tsrm_debug_set(int status) { tsrm_debug_status = status; } - -#endif /* TSRM */ |