From: Kenneth Graunke Date: Sun, 12 Nov 2017 06:20:23 +0000 (-0800) Subject: intel/tools/error: Drop unused MAX_RINGS #define. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=ac17b38e797a77283970002b3ca7469a63c8afef;p=mesa.git intel/tools/error: Drop unused MAX_RINGS #define. Dead code. Reviewed-by: Chris Wilson --- 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"