OSDN Git Service

mesa: remove #define __volatile
authorBrian Paul <brianp@vmware.com>
Sun, 8 Mar 2015 22:44:28 +0000 (16:44 -0600)
committerBrian Paul <brianp@vmware.com>
Wed, 11 Mar 2015 15:34:24 +0000 (09:34 -0600)
Not actually used anwhere in Mesa.

Reviewed-by: Ian Romanick <ian.d.romanick@intel.com>
src/mesa/main/compiler.h

index 95581fb..06c4b5c 100644 (file)
@@ -57,9 +57,6 @@ extern "C" {
 # elif !defined(__sparc__) && defined(__sparc)
 #  define __sparc__
 # endif
-# if !defined(__volatile)
-#  define __volatile volatile
-# endif
 #endif