gallivm,ac: remove unused FUNC_ATTR_LAST enums

Reviewed-by: Jose Fonseca <jfonseca@vmware.com>
This commit is contained in:
Marek Olšák
2017-02-22 02:28:36 +01:00
parent 40c77bbf83
commit 408f370710
2 changed files with 0 additions and 2 deletions

View File

@@ -41,7 +41,6 @@ enum ac_func_attr {
AC_FUNC_ATTR_NOUNWIND = (1 << 4),
AC_FUNC_ATTR_READNONE = (1 << 5),
AC_FUNC_ATTR_READONLY = (1 << 6),
AC_FUNC_ATTR_LAST = (1 << 7)
};
LLVMTargetMachineRef ac_create_target_machine(enum radeon_family family, bool supports_spill);

View File

@@ -54,7 +54,6 @@ enum lp_func_attr {
LP_FUNC_ATTR_NOUNWIND = (1 << 4),
LP_FUNC_ATTR_READNONE = (1 << 5),
LP_FUNC_ATTR_READONLY = (1 << 6),
LP_FUNC_ATTR_LAST = (1 << 7)
};
void