Module: Mesa Branch: master Commit: 97992b05fb1b484ac94958f7cf7546f35208b0c8 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=97992b05fb1b484ac94958f7cf7546f35208b0c8
Author: Brian Paul <[email protected]> Date: Wed Sep 5 20:26:28 2012 -0600 mesa: remove now unused CONST macro Reviewed-by: Matt Turner <[email protected]> --- src/mesa/main/compiler.h | 11 ----------- 1 files changed, 0 insertions(+), 11 deletions(-) diff --git a/src/mesa/main/compiler.h b/src/mesa/main/compiler.h index 94484d8..32efe84 100644 --- a/src/mesa/main/compiler.h +++ b/src/mesa/main/compiler.h @@ -161,17 +161,6 @@ extern "C" { /** - * 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 */ #if !defined(__GNUC__) _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
