intel/tools/error: Drop unused MAX_RINGS #define.
authorKenneth Graunke <kenneth@whitecape.org>
Sun, 12 Nov 2017 06:20:23 +0000 (22:20 -0800)
committerKenneth Graunke <kenneth@whitecape.org>
Tue, 14 Nov 2017 01:11:01 +0000 (17:11 -0800)
Dead code.

Reviewed-by: Chris Wilson <chris@chris-wilson.co.uk>
src/intel/tools/aubinator_error_decode.c

index 0b0a308..9cd0fa7 100644 (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"