diff options
author | Timothy Arceri <[email protected]> | 2016-09-07 14:28:19 +1000 |
---|---|---|
committer | Timothy Arceri <[email protected]> | 2016-09-23 16:18:21 +1000 |
commit | e60928f4c4bd4484821d83f2b16a910ea9f5f9d9 (patch) | |
tree | 96c3292fdcdf829737b9c5d6942eca7ff492fe12 /src/gallium | |
parent | 4eb0e90c6b59f9c5b789b33078afdec1975838af (diff) |
gallium: remove unused PIPE_CC_GCC_VERSION
Acked-by: Edward O'Callaghan <[email protected]>
Diffstat (limited to 'src/gallium')
-rw-r--r-- | src/gallium/include/pipe/p_config.h | 1 |
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 3fa43ed7970..98c433f024e 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 /* |