[Mesa-dev] [PATCH 6/6] mesa: remove unused INLINE macro from compiler.h
Alex Deucher
alexdeucher at gmail.com
Thu Feb 26 09:58:41 PST 2015
On Thu, Feb 26, 2015 at 12:47 PM, Brian Paul <brianp at vmware.com> wrote:
> We now use 'inline' everywhere in Mesa.
For the series:
Reviewed-by: Alex Deucher <alexander.deucher at amd.com>
> ---
> src/mesa/main/compiler.h | 7 -------
> 1 file changed, 7 deletions(-)
>
> diff --git a/src/mesa/main/compiler.h b/src/mesa/main/compiler.h
> index cf9a686..dd65d07 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
> *
> --
> 1.9.1
>
> _______________________________________________
> mesa-dev mailing list
> mesa-dev at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/mesa-dev
More information about the mesa-dev
mailing list