summaryrefslogtreecommitdiff
path: root/linux-core/xgi_types.h
diff options
context:
space:
mode:
authorIan Romanick <idr@us.ibm.com>2007-06-29 16:37:39 -0700
committerIan Romanick <idr@us.ibm.com>2007-06-29 16:37:39 -0700
commitec7730e5ba6ac1d60f90af483b3966d863cb5400 (patch)
tree33744583add7477c43f17464a1d702ac2d517621 /linux-core/xgi_types.h
parent5da2a3c2d488983efed6f8433a304096e2bb75e8 (diff)
Eliminate unnecessary defines of TRUE and FALSE.
Diffstat (limited to 'linux-core/xgi_types.h')
-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