From e8f4dd70ab4d2b93523b20a638ce2f226881555e Mon Sep 17 00:00:00 2001 From: Chia-I Wu Date: Fri, 12 Sep 2014 10:43:42 +0800 Subject: [PATCH] ilo: remove ILO_GEN_GET_MAJOR() The last user has gone away. --- src/gallium/drivers/ilo/ilo_common.h | 1 - 1 file changed, 1 deletion(-) 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 -- 2.30.2