Module: Mesa
Branch: master
Commit: 3158b3abb34abc9f61e4b5161411e5e83640d42d
URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=3158b3abb34abc9f61e4b5161411e5e83640d42d

Author: Brian Paul <[email protected]>
Date:   Sun Mar  8 16:44:28 2015 -0600

mesa: remove #define __volatile

Not actually used anwhere in Mesa.

Reviewed-by: Ian Romanick <[email protected]>

---

 src/mesa/main/compiler.h |    3 ---
 1 file changed, 3 deletions(-)

diff --git a/src/mesa/main/compiler.h b/src/mesa/main/compiler.h
index 95581fb..06c4b5c 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
 
 

_______________________________________________
mesa-commit mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/mesa-commit

Reply via email to