diff options
-rw-r--r-- | src/mesa/main/compiler.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/mesa/main/compiler.h b/src/mesa/main/compiler.h index 9a5dbcfd3a4..d513284bb68 100644 --- a/src/mesa/main/compiler.h +++ b/src/mesa/main/compiler.h @@ -206,10 +206,6 @@ static inline GLuint CPU_TO_LE32(GLuint x) */ #define uninitialized_var(x) x = x -#ifndef NULL -#define NULL 0 -#endif - /** * LONGSTRING macro |