diff options
author | Chia-I Wu <[email protected]> | 2014-09-12 10:43:42 +0800 |
---|---|---|
committer | Chia-I Wu <[email protected]> | 2014-09-12 16:58:29 +0800 |
commit | e8f4dd70ab4d2b93523b20a638ce2f226881555e (patch) | |
tree | 5cf2c0537934c4835a1f5812bd01aae65ba264b4 /src/gallium/drivers/ilo/ilo_common.h | |
parent | 611f09890ee73f9275b99bff1215a91297fe5d5b (diff) |
ilo: remove ILO_GEN_GET_MAJOR()
The last user has gone away.
Diffstat (limited to 'src/gallium/drivers/ilo/ilo_common.h')
-rw-r--r-- | src/gallium/drivers/ilo/ilo_common.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gallium/drivers/ilo/ilo_common.h b/src/gallium/drivers/ilo/ilo_common.h index 20c784218f8..41d9ea69956 100644 --- a/src/gallium/drivers/ilo/ilo_common.h +++ b/src/gallium/drivers/ilo/ilo_common.h @@ -41,7 +41,6 @@ #include "util/u_pointer.h" #define ILO_GEN(gen) ((int) (gen * 100)) -#define ILO_GEN_GET_MAJOR(gen) (gen / 100) /* enable debug flags affecting hot pathes only with debug builds */ #ifdef DEBUG |