projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dc6bcc9
)
gallium: Remove dead code.
author
José Fonseca
<jfonseca@vmware.com>
Sun, 10 Jan 2010 10:44:25 +0000
(10:44 +0000)
committer
José Fonseca
<jfonseca@vmware.com>
Sun, 10 Jan 2010 10:44:25 +0000
(10:44 +0000)
src/gallium/include/pipe/p_compiler.h
patch
|
blob
|
history
diff --git
a/src/gallium/include/pipe/p_compiler.h
b/src/gallium/include/pipe/p_compiler.h
index 7d7332b3263e73c047ce5a876baafc0650042ea3..8c56f21efc4e67348d18998bf6d80a72796efdcf 100644
(file)
--- 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