mesa: remove unused INLINE macro from compiler.h

We now use 'inline' everywhere in Mesa.

Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
Brian Paul 2015-02-26 09:52:20 -07:00
parent 164b3cd757
commit fb2ddef157
1 changed files with 0 additions and 7 deletions

View File

@ -91,13 +91,6 @@ extern "C" {
#endif
/* XXX: Use standard `inline` keyword instead */
#ifndef INLINE
# define INLINE inline
#endif
/**
* PUBLIC/USED macros
*