mesa: remove now unused CONST macro
authorBrian Paul <brianp@vmware.com>
Thu, 6 Sep 2012 02:26:28 +0000 (20:26 -0600)
committerBrian Paul <brianp@vmware.com>
Thu, 6 Sep 2012 03:20:27 +0000 (21:20 -0600)
Reviewed-by: Matt Turner <mattst88@gmail.com>
src/mesa/main/compiler.h

index 94484d8f3bc5346a483a16531fc69d9d04d0cd5d..32efe8434150011fe52391e73e722c1eb13cd7dd 100644 (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
  */