summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChia-I Wu <olvaffe@gmail.com>2014-09-12 10:43:42 +0800
committerChia-I Wu <olvaffe@gmail.com>2014-09-12 16:58:29 +0800
commite8f4dd70ab4d2b93523b20a638ce2f226881555e (patch)
tree5cf2c0537934c4835a1f5812bd01aae65ba264b4
parent611f09890ee73f9275b99bff1215a91297fe5d5b (diff)
ilo: remove ILO_GEN_GET_MAJOR()
The last user has gone away.
-rw-r--r--src/gallium/drivers/ilo/ilo_common.h1
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