projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
164b3cd
)
mesa: remove unused INLINE macro from compiler.h
author
Brian Paul
<brianp@vmware.com>
Thu, 26 Feb 2015 16:52:20 +0000
(09:52 -0700)
committer
Brian Paul
<brianp@vmware.com>
Thu, 26 Feb 2015 18:02:14 +0000
(11:02 -0700)
We now use 'inline' everywhere in Mesa.
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
src/mesa/main/compiler.h
patch
|
blob
|
history
diff --git
a/src/mesa/main/compiler.h
b/src/mesa/main/compiler.h
index cf9a686ced6e4f51c350ae55b81f08be8a697abd..dd65d079967006ed285b40ba6c9af87c9793e8c4 100644
(file)
--- a/
src/mesa/main/compiler.h
+++ b/
src/mesa/main/compiler.h
@@
-91,13
+91,6
@@
extern "C" {
#endif
-
-/* XXX: Use standard `inline` keyword instead */
-#ifndef INLINE
-# define INLINE inline
-#endif
-
-
/**
* PUBLIC/USED macros
*