mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-02-03 06:30:24 +01:00
intel/tools/error: Drop unused MAX_RINGS #define.
Dead code. Reviewed-by: Chris Wilson <chris@chris-wilson.co.uk>
This commit is contained in:
parent
596e860317
commit
ac17b38e79
1 changed files with 0 additions and 2 deletions
|
|
@ -207,8 +207,6 @@ print_fault_data(struct gen_device_info *devinfo, uint32_t data1, uint32_t data0
|
|||
data1 & (1 << 4) ? "GGTT" : "PPGTT");
|
||||
}
|
||||
|
||||
#define MAX_RINGS 10 /* I really hope this never... */
|
||||
|
||||
#define CSI "\e["
|
||||
#define NORMAL CSI "0m"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue