mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 13:58:04 +02:00
mesa: remove now unused CONST macro
Reviewed-by: Matt Turner <mattst88@gmail.com>
This commit is contained in:
parent
2e23a76eb9
commit
97992b05fb
1 changed files with 0 additions and 11 deletions
|
|
@ -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
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue