From 74f520861ff43f3b146f32927d7c03067a41d6a5 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jos=C3=A9=20Fonseca?= Date: Sun, 10 Jan 2010 10:44:25 +0000 Subject: [PATCH] gallium: Remove dead code. --- src/gallium/include/pipe/p_compiler.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/gallium/include/pipe/p_compiler.h b/src/gallium/include/pipe/p_compiler.h index 7d7332b3263..8c56f21efc4 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 -- 2.30.2