mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-29 18:10:23 +01:00
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:
parent
164b3cd757
commit
fb2ddef157
1 changed files with 0 additions and 7 deletions
|
|
@ -91,13 +91,6 @@ extern "C" {
|
|||
#endif
|
||||
|
||||
|
||||
|
||||
/* XXX: Use standard `inline` keyword instead */
|
||||
#ifndef INLINE
|
||||
# define INLINE inline
|
||||
#endif
|
||||
|
||||
|
||||
/**
|
||||
* PUBLIC/USED macros
|
||||
*
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue