diff options
author | Brian Paul <[email protected]> | 2015-03-08 16:44:28 -0600 |
---|---|---|
committer | Brian Paul <[email protected]> | 2015-03-11 09:34:24 -0600 |
commit | 3158b3abb34abc9f61e4b5161411e5e83640d42d (patch) | |
tree | 63e4ef0bf879db3042522407e4c76be96d37ba04 /src/mesa/main/compiler.h | |
parent | d7193ce42cedc4cc7839fc4522edf5724e954c80 (diff) |
mesa: remove #define __volatile
Not actually used anwhere in Mesa.
Reviewed-by: Ian Romanick <[email protected]>
Diffstat (limited to 'src/mesa/main/compiler.h')
-rw-r--r-- | src/mesa/main/compiler.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/mesa/main/compiler.h b/src/mesa/main/compiler.h index 95581fb4912..06c4b5c301b 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 |