From: Brian Paul Date: Sun, 8 Mar 2015 22:44:28 +0000 (-0600) Subject: mesa: remove #define __volatile X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=3158b3abb34abc9f61e4b5161411e5e83640d42d;p=mesa.git mesa: remove #define __volatile Not actually used anwhere in Mesa. Reviewed-by: Ian Romanick --- diff --git a/src/mesa/main/compiler.h b/src/mesa/main/compiler.h index 95581fb4912..06c4b5c301b 100644 --- a/src/mesa/main/compiler.h +++ b/src/mesa/main/compiler.h @@ -57,9 +57,6 @@ extern "C" { # elif !defined(__sparc__) && defined(__sparc) # define __sparc__ # endif -# if !defined(__volatile) -# define __volatile volatile -# endif #endif