Mesa (master): mesa: Remove dead CAPI define.

Matt Turner mattst88 at kemper.freedesktop.org
Mon Feb 23 18:50:24 UTC 2015


Module: Mesa
Branch: master
Commit: 6a587a44617aed3638e324abd3bbdad8b499eb80
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=6a587a44617aed3638e324abd3bbdad8b499eb80

Author: Matt Turner <mattst88 at gmail.com>
Date:   Fri Feb 20 20:08:51 2015 -0800

mesa: Remove dead CAPI define.

Reviewed-by: Eric Anholt <eric at anholt.net>

---

 src/mesa/main/compiler.h |    5 -----
 1 file changed, 5 deletions(-)

diff --git a/src/mesa/main/compiler.h b/src/mesa/main/compiler.h
index cdc843d..6653bb2 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




More information about the mesa-commit mailing list