gallium: Remove dead code.
authorJosé Fonseca <jfonseca@vmware.com>
Sun, 10 Jan 2010 10:44:25 +0000 (10:44 +0000)
committerJosé Fonseca <jfonseca@vmware.com>
Sun, 10 Jan 2010 10:44:25 +0000 (10:44 +0000)
src/gallium/include/pipe/p_compiler.h

index 7d7332b3263e73c047ce5a876baafc0650042ea3..8c56f21efc4e67348d18998bf6d80a72796efdcf 100644 (file)
@@ -69,11 +69,7 @@ typedef unsigned short     ushort;
 #endif
 typedef unsigned char      ubyte;
 
-#if 0
-#define boolean bool
-#else
 typedef unsigned char boolean;
-#endif
 #ifndef TRUE
 #define TRUE  true
 #endif