projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d7193ce
)
mesa: remove #define __volatile
author
Brian Paul
<brianp@vmware.com>
Sun, 8 Mar 2015 22:44:28 +0000
(16:44 -0600)
committer
Brian 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
patch
|
blob
|
history
diff --git
a/src/mesa/main/compiler.h
b/src/mesa/main/compiler.h
index 95581fb4912a05d6c5ded6514094caef8a87dedc..06c4b5c301b4ce27af7301556c606af29e78a101 100644
(file)
--- 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