[Mesa-dev] [PATCH 1/6] mesa: PTR_DECL_IN_FRONT is never set, remove related code
Brian Paul
brianp at vmware.com
Tue Mar 10 18:43:56 PDT 2015
---
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
/**
--
1.9.1
More information about the mesa-dev
mailing list