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 95581fb4912a05d6c5ded6514094caef8a87dedc..06c4b5c301b4ce27af7301556c606af29e78a101 100644 (file)
@@ -57,9 +57,6 @@ extern "C" {
 # elif !defined(__sparc__) && defined(__sparc)
 #  define __sparc__
 # endif
-# if !defined(__volatile)
-#  define __volatile volatile
-# endif
 #endif