Module: Mesa Branch: master Commit: e8f4dd70ab4d2b93523b20a638ce2f226881555e URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=e8f4dd70ab4d2b93523b20a638ce2f226881555e
Author: Chia-I Wu <[email protected]> Date: Fri Sep 12 10:43:42 2014 +0800 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 20c7842..41d9ea6 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 _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
