intel/tools/error: Drop unused MAX_RINGS #define.

Dead code.

Reviewed-by: Chris Wilson <chris@chris-wilson.co.uk>
This commit is contained in:
Kenneth Graunke 2017-11-11 22:20:23 -08:00
parent 596e860317
commit ac17b38e79

View file

@ -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"