diff options
author | Brian Paul <[email protected]> | 2015-02-26 09:52:20 -0700 |
---|---|---|
committer | Brian Paul <[email protected]> | 2015-02-26 11:02:14 -0700 |
commit | fb2ddef15793bf75bdc13c9de997100b4f1d7927 (patch) | |
tree | d29253342d60e501fb6188a4b982e59411dae027 /src/mesa/main/compiler.h | |
parent | 164b3cd7577dc6c168eb59003306f241e501da7f (diff) |
mesa: remove unused INLINE macro from compiler.h
We now use 'inline' everywhere in Mesa.
Reviewed-by: Alex Deucher <[email protected]>
Diffstat (limited to 'src/mesa/main/compiler.h')
-rw-r--r-- | src/mesa/main/compiler.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/mesa/main/compiler.h b/src/mesa/main/compiler.h index cf9a686ced6..dd65d079967 100644 --- 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 * |