summaryrefslogtreecommitdiffstats
path: root/src/gallium/include
diff options
context:
space:
mode:
authorTimothy Arceri <timothy.arceri@collabora.com>2016-09-07 14:28:19 +1000
committerTimothy Arceri <timothy.arceri@collabora.com>2016-09-23 16:18:21 +1000
commite60928f4c4bd4484821d83f2b16a910ea9f5f9d9 (patch)
tree96c3292fdcdf829737b9c5d6942eca7ff492fe12 /src/gallium/include
parent4eb0e90c6b59f9c5b789b33078afdec1975838af (diff)
downloadexternal_mesa3d-e60928f4c4bd4484821d83f2b16a910ea9f5f9d9.zip
external_mesa3d-e60928f4c4bd4484821d83f2b16a910ea9f5f9d9.tar.gz
external_mesa3d-e60928f4c4bd4484821d83f2b16a910ea9f5f9d9.tar.bz2
gallium: remove unused PIPE_CC_GCC_VERSION
Acked-by: Edward O'Callaghan <funfunctor@folklore1984.net>
Diffstat (limited to 'src/gallium/include')
-rw-r--r--src/gallium/include/pipe/p_config.h1
1 files changed, 0 insertions, 1 deletions
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
/*