Mesa (master): gallium: remove unused PIPE_CC_GCC_VERSION

Timothy Arceri tarceri at kemper.freedesktop.org
Fri Sep 23 06:18:29 UTC 2016


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

Author: Timothy Arceri <timothy.arceri at collabora.com>
Date:   Wed Sep  7 14:28:19 2016 +1000

gallium: remove unused PIPE_CC_GCC_VERSION

Acked-by: Edward O'Callaghan <funfunctor at folklore1984.net>

---

 src/gallium/include/pipe/p_config.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/gallium/include/pipe/p_config.h b/src/gallium/include/pipe/p_config.h
index 3fa43ed..98c433f 100644
--- a/src/gallium/include/pipe/p_config.h
+++ b/src/gallium/include/pipe/p_config.h
@@ -53,7 +53,6 @@
 
 #if defined(__GNUC__)
 #define PIPE_CC_GCC
-#define PIPE_CC_GCC_VERSION (__GNUC__ * 100 + __GNUC_MINOR__)
 #endif
 
 /*




More information about the mesa-commit mailing list