broadcom/compiler: remove unused macro and function definition

Reviewed-by: Iago Toral Quiroga <itoral@igalia.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/13444>
This commit is contained in:
Alejandro Piñeiro
2021-10-18 14:58:38 +02:00
committed by Marge Bot
parent 9bc0fc89c8
commit d50be41f8f
2 changed files with 0 additions and 3 deletions

View File

@@ -26,8 +26,6 @@
#include "common/v3d_device_info.h"
#include "v3d_compiler.h"
#define QPU_R(i) { .magic = false, .index = i }
#define ACC_INDEX 0
#define ACC_COUNT 6
#define PHYS_INDEX (ACC_INDEX + ACC_COUNT)