From 97992b05fb1b484ac94958f7cf7546f35208b0c8 Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Wed, 5 Sep 2012 20:26:28 -0600 Subject: [PATCH] mesa: remove now unused CONST macro Reviewed-by: Matt Turner --- src/mesa/main/compiler.h | 11 ----------- 1 file changed, 11 deletions(-) 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 */ -- 2.30.2