Mesa (master): gallium: Remove dead code.

Jose Fonseca jrfonseca at kemper.freedesktop.org
Sun Jan 10 11:22:33 UTC 2010


Module: Mesa
Branch: master
Commit: 74f520861ff43f3b146f32927d7c03067a41d6a5
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=74f520861ff43f3b146f32927d7c03067a41d6a5

Author: José Fonseca <jfonseca at vmware.com>
Date:   Sun Jan 10 10:44:25 2010 +0000

gallium: Remove dead code.

---

 src/gallium/include/pipe/p_compiler.h |    4 ----
 1 files changed, 0 insertions(+), 4 deletions(-)

diff --git a/src/gallium/include/pipe/p_compiler.h b/src/gallium/include/pipe/p_compiler.h
index 7d7332b..8c56f21 100644
--- a/src/gallium/include/pipe/p_compiler.h
+++ b/src/gallium/include/pipe/p_compiler.h
@@ -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




More information about the mesa-commit mailing list