Eliminate unnecessary defines of TRUE and FALSE.
authorIan Romanick <idr@us.ibm.com>
Fri, 29 Jun 2007 23:37:39 +0000 (16:37 -0700)
committerIan Romanick <idr@us.ibm.com>
Fri, 29 Jun 2007 23:37:39 +0000 (16:37 -0700)
linux-core/xgi_types.h

index 6d941ab..724f5f8 100644 (file)
@@ -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