From: Matt Turner Date: Sat, 21 Feb 2015 04:08:51 +0000 (-0800) Subject: mesa: Remove dead CAPI define. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=6a587a44617aed3638e324abd3bbdad8b499eb80;p=mesa.git mesa: Remove dead CAPI define. Reviewed-by: Eric Anholt --- diff --git a/src/mesa/main/compiler.h b/src/mesa/main/compiler.h index cdc843db2ba..6653bb254f2 100644 --- a/src/mesa/main/compiler.h +++ b/src/mesa/main/compiler.h @@ -174,11 +174,6 @@ static inline GLuint CPU_TO_LE32(GLuint x) -#if !defined(CAPI) && defined(_WIN32) -#define CAPI _cdecl -#endif - - /** * Create a macro so that asm functions can be linked into compilers other * than GNU C