From ac17b38e797a77283970002b3ca7469a63c8afef Mon Sep 17 00:00:00 2001 From: Kenneth Graunke Date: Sat, 11 Nov 2017 22:20:23 -0800 Subject: [PATCH] intel/tools/error: Drop unused MAX_RINGS #define. Dead code. Reviewed-by: Chris Wilson --- src/intel/tools/aubinator_error_decode.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/intel/tools/aubinator_error_decode.c b/src/intel/tools/aubinator_error_decode.c index 0b0a308a317..9cd0fa761dd 100644 --- a/src/intel/tools/aubinator_error_decode.c +++ b/src/intel/tools/aubinator_error_decode.c @@ -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" -- 2.30.2