intel: Remove unused MAKE_GEN macro

Signed-off-by: Anuj Phogat <anuj.phogat@gmail.com>
Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/9936>
This commit is contained in:
Anuj Phogat 2021-03-30 11:01:48 -07:00 committed by Marge Bot
parent 81e85f9434
commit ddb04b31fd
1 changed files with 0 additions and 2 deletions

View File

@ -57,8 +57,6 @@
#define SUBOPCODE_MEM_WRITE 0x06
#define SUBOPCODE_VERSION 0x0e
#define MAKE_GEN(major, minor) (((major) << 8) | (minor))
static void
parse_error(struct aub_read *read, const uint32_t *p, const char *fmt, ...)
{