summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tdm/xivo_tdm.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/tdm/xivo_tdm.c b/tdm/xivo_tdm.c
index 28cf9be..0d24aa4 100644
--- a/tdm/xivo_tdm.c
+++ b/tdm/xivo_tdm.c
@@ -132,15 +132,6 @@ MODULE_LICENSE("GPL");
/* fixed */
#define RX_BUF_NUM (2048)
-/* for Linux < 2.6.19; WARNING: DO NOT USE IN INTERFACES IN THIS CASE!
- */
-#if LINUX_VERSION_CODE < KERNEL_VERSION(2,6,19)
-typedef unsigned char bool;
-enum { false = 0, true = 1 };
-#else
-# warning "remember to not use bool in interfaces while Linux < 2.6.19 is supported"
-#endif
-
struct xivo_tdm_callbacks_struct {
/* process context only */