gallium: remove unused PIPE_CC_GCC_VERSION
authorTimothy Arceri <timothy.arceri@collabora.com>
Wed, 7 Sep 2016 04:28:19 +0000 (14:28 +1000)
committerTimothy Arceri <timothy.arceri@collabora.com>
Fri, 23 Sep 2016 06:18:21 +0000 (16:18 +1000)
Acked-by: Edward O'Callaghan <funfunctor@folklore1984.net>
src/gallium/include/pipe/p_config.h

index 3fa43ed797054b7d3724fbab47ca75852c85dab9..98c433f024e0bcf6900494e60b65ef1de82b30bc 100644 (file)
@@ -53,7 +53,6 @@
 
 #if defined(__GNUC__)
 #define PIPE_CC_GCC
-#define PIPE_CC_GCC_VERSION (__GNUC__ * 100 + __GNUC_MINOR__)
 #endif
 
 /*