From cbf788a34835c9d41f27203d28f407ff469dd7aa Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Sat, 28 Feb 2015 13:38:11 -0700 Subject: [PATCH] mesa: remove unused uninitialized_var() macro Reviewed-by: Matt Turner --- src/mesa/main/compiler.h | 8 -------- 1 file changed, 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. -- 2.30.2