diff options
Diffstat (limited to 'src/mesa/main/compiler.h')
-rw-r--r-- | src/mesa/main/compiler.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/mesa/main/compiler.h b/src/mesa/main/compiler.h index dd65d079967..51d0eedcb5e 100644 --- a/src/mesa/main/compiler.h +++ b/src/mesa/main/compiler.h @@ -178,14 +178,6 @@ static inline GLuint CPU_TO_LE32(GLuint x) #define _NORMAPIP * #endif - -/* - * A trick to suppress uninitialized variable warning without generating any - * code - */ -#define uninitialized_var(x) x = x - - /** * LONGSTRING macro * gcc -pedantic warns about long string literals, LONGSTRING silences that. |