From: Brian Paul Date: Thu, 6 Sep 2012 02:26:28 +0000 (-0600) Subject: mesa: remove now unused CONST macro X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=97992b05fb1b484ac94958f7cf7546f35208b0c8;p=mesa.git mesa: remove now unused CONST macro Reviewed-by: Matt Turner --- diff --git a/src/mesa/main/compiler.h b/src/mesa/main/compiler.h index 94484d8f3bc..32efe843415 100644 --- 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 */