summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--linux-core/xgi_types.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/linux-core/xgi_types.h b/linux-core/xgi_types.h
index 6d941abe..724f5f86 100644
--- a/linux-core/xgi_types.h
+++ b/linux-core/xgi_types.h
@@ -45,12 +45,4 @@ typedef unsigned int U32; /* 0 to 4294967295 */
typedef unsigned long U32; /* 0 to 4294967295 */
#endif
-#ifndef TRUE
-#define TRUE 1UL
-#endif
-
-#ifndef FALSE
-#define FALSE 0UL
-#endif
-
#endif