[Mesa-dev] [PATCH 1/6] mesa: PTR_DECL_IN_FRONT is never set, remove related code

Ian Romanick idr at freedesktop.org
Tue Mar 10 19:52:22 PDT 2015


Series is

Reviewed-by: Ian Romanick <ian.d.romanick at intel.com>

On 03/10/2015 06:43 PM, Brian Paul wrote:
> ---
>  src/mesa/main/compiler.h | 4 ----
>  1 file changed, 4 deletions(-)
> 
> diff --git a/src/mesa/main/compiler.h b/src/mesa/main/compiler.h
> index 6fded88..7cd7947 100644
> --- a/src/mesa/main/compiler.h
> +++ b/src/mesa/main/compiler.h
> @@ -124,12 +124,8 @@ extern "C" {
>  #else
>  #define _ASMAPI
>  #endif
> -#ifdef	PTR_DECL_IN_FRONT
> -#define	_ASMAPIP * _ASMAPI
> -#else
>  #define	_ASMAPIP _ASMAPI *
>  #endif
> -#endif
>  
>  
>  /**
> 



More information about the mesa-dev mailing list