aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/templates/chtypes.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/templates/chtypes.h b/src/templates/chtypes.h
index 4d8b2a18e..45f60a1a3 100644
--- a/src/templates/chtypes.h
+++ b/src/templates/chtypes.h
@@ -46,7 +46,6 @@ typedef ULONG32 t_time; /* Time, recommended fastest unsigned.*/
typedef LONG32 t_cnt; /* Counter, recommended fastest signed.*/
typedef ULONG32 t_size; /* Size, use unsigned pointer equivalent.*/
-#define THREAD
#define INLINE inline
#endif /* _CHTYPES_H_ */