summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/compiler.h
diff options
context:
space:
mode:
authorBrian Paul <brianp@vmware.com>2015-03-08 16:44:28 -0600
committerBrian Paul <brianp@vmware.com>2015-03-11 09:34:24 -0600
commit3158b3abb34abc9f61e4b5161411e5e83640d42d (patch)
tree63e4ef0bf879db3042522407e4c76be96d37ba04 /src/mesa/main/compiler.h
parentd7193ce42cedc4cc7839fc4522edf5724e954c80 (diff)
downloadexternal_mesa3d-3158b3abb34abc9f61e4b5161411e5e83640d42d.zip
external_mesa3d-3158b3abb34abc9f61e4b5161411e5e83640d42d.tar.gz
external_mesa3d-3158b3abb34abc9f61e4b5161411e5e83640d42d.tar.bz2
mesa: remove #define __volatile
Not actually used anwhere in Mesa. Reviewed-by: Ian Romanick <ian.d.romanick@intel.com>
Diffstat (limited to 'src/mesa/main/compiler.h')
-rw-r--r--src/mesa/main/compiler.h3
1 files changed, 0 insertions, 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