diff options
Diffstat (limited to 'src/mesa/main')
-rw-r--r-- | src/mesa/main/compiler.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/mesa/main/compiler.h b/src/mesa/main/compiler.h index 6653bb254f2..91a6cd136f4 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 */ |