projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2e23a76
)
mesa: remove now unused CONST macro
author
Brian Paul
<brianp@vmware.com>
Thu, 6 Sep 2012 02:26:28 +0000
(20:26 -0600)
committer
Brian Paul
<brianp@vmware.com>
Thu, 6 Sep 2012 03:20:27 +0000
(21:20 -0600)
Reviewed-by: Matt Turner <mattst88@gmail.com>
src/mesa/main/compiler.h
patch
|
blob
|
history
diff --git
a/src/mesa/main/compiler.h
b/src/mesa/main/compiler.h
index 94484d8f3bc5346a483a16531fc69d9d04d0cd5d..32efe8434150011fe52391e73e722c1eb13cd7dd 100644
(file)
--- a/
src/mesa/main/compiler.h
+++ b/
src/mesa/main/compiler.h
@@
-160,17
+160,6
@@
extern "C" {
#endif
-/**
- * Some compilers don't like some of Mesa's const usage. In those places use
- * CONST instead of const. Pass -DNO_CONST to compilers where this matters.
- */
-#ifdef NO_CONST
-# define CONST
-#else
-# define CONST const
-#endif
-
-
/**
* __builtin_expect macros
*/