ilo: remove ILO_GEN_GET_MAJOR()

The last user has gone away.
This commit is contained in:
Chia-I Wu
2014-09-12 10:43:42 +08:00
parent 611f09890e
commit e8f4dd70ab
-1
View File
@@ -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