mesa: remove unused uninitialized_var() macro

Reviewed-by: Matt Turner <mattst88@gmail.com>
This commit is contained in:
Brian Paul 2015-02-28 13:38:11 -07:00
parent e71a7f8013
commit cbf788a348
1 changed files with 0 additions and 8 deletions

View File

@ -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.