mesa: remove now unused CONST macro

Reviewed-by: Matt Turner <mattst88@gmail.com>
This commit is contained in:
Brian Paul 2012-09-05 20:26:28 -06:00
parent 2e23a76eb9
commit 97992b05fb
1 changed files with 0 additions and 11 deletions

View File

@ -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
*/