[Mesa-dev] [PATCH 01/10] mapi: autotools: remove unused MAPI_FILES file list

Ian Romanick idr at freedesktop.org
Tue Dec 12 00:18:51 UTC 2017


Patches 1, 2, and 3 are

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

I'm going to send a trivial nit on patch 4, and I'll try to look at the
others later.

On 12/07/2017 09:07 AM, Emil Velikov wrote:
> From: Emil Velikov <emil.velikov at collabora.com>
> 
> The sole user was OpenVG, which was removed couple of years ago.
> 
> Signed-off-by: Emil Velikov <emil.velikov at collabora.com>
> ---
>  src/mapi/Makefile.sources | 11 -----------
>  1 file changed, 11 deletions(-)
> 
> diff --git a/src/mapi/Makefile.sources b/src/mapi/Makefile.sources
> index 5647158e3da..4b83caa8ed2 100644
> --- a/src/mapi/Makefile.sources
> +++ b/src/mapi/Makefile.sources
> @@ -2,9 +2,6 @@
>  #
>  # mapi may be used in several ways
>  #
> -#  - In default mode, mapi implements the interface defined by mapi.h.  To use
> -#    this mode, compile MAPI_FILES.
> -#
>  #  - In util mode, mapi provides utility functions for use with glapi.  To use
>  #    this mode, compile MAPI_UTIL_FILES with MAPI_MODE_UTIL defined.
>  #
> @@ -30,14 +27,6 @@ MAPI_BRIDGE_FILES = \
>  	entry_ppc64le_tsd.h \
>  	mapi_tmp.h
>  
> -MAPI_FILES = \
> -	entry.c \
> -	stub.c \
> -	stub.h \
> -	table.c \
> -	table.h \
> -	$(MAPI_UTIL_FILES)
> -
>  MAPI_GLAPI_FILES = \
>  	entry.c \
>  	mapi_glapi.c \
> 



More information about the mesa-dev mailing list