summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/compiler.h
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gmail.com>2015-02-20 20:12:14 -0800
committerMatt Turner <mattst88@gmail.com>2015-02-23 10:41:22 -0800
commit52049f8fd83f2ef31c2a4d645cfb7d7b2ab518a6 (patch)
treef8fe3aed95d8441143d86bd9482d2bb2224a9bf4 /src/mesa/main/compiler.h
parent6a587a44617aed3638e324abd3bbdad8b499eb80 (diff)
downloadexternal_mesa3d-52049f8fd83f2ef31c2a4d645cfb7d7b2ab518a6.zip
external_mesa3d-52049f8fd83f2ef31c2a4d645cfb7d7b2ab518a6.tar.gz
external_mesa3d-52049f8fd83f2ef31c2a4d645cfb7d7b2ab518a6.tar.bz2
mesa: Remove CHECK macro.
There's some commentary about how it's defined by other "modules", and maybe that was true in 2000 when the code was added. Reviewed-by: Eric Anholt <eric@anholt.net>
Diffstat (limited to 'src/mesa/main/compiler.h')
-rw-r--r--src/mesa/main/compiler.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/mesa/main/compiler.h b/src/mesa/main/compiler.h
index 6653bb2..91a6cd1 100644
--- a/src/mesa/main/compiler.h
+++ b/src/mesa/main/compiler.h
@@ -200,12 +200,6 @@ static inline GLuint CPU_TO_LE32(GLuint x)
#endif
-/* Turn off macro checking systems used by other libraries */
-#ifdef CHECK
-#undef CHECK
-#endif
-
-
/**
* ASSERT macro
*/