Module: Mesa Branch: master Commit: ac17b38e797a77283970002b3ca7469a63c8afef URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=ac17b38e797a77283970002b3ca7469a63c8afef
Author: Kenneth Graunke <[email protected]> Date: Sat Nov 11 22:20:23 2017 -0800 intel/tools/error: Drop unused MAX_RINGS #define. Dead code. Reviewed-by: Chris Wilson <[email protected]> --- 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 0b0a308a31..9cd0fa761d 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" _______________________________________________ mesa-commit mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-commit
