diff options
author | Kenneth Graunke <[email protected]> | 2017-11-11 22:20:23 -0800 |
---|---|---|
committer | Kenneth Graunke <[email protected]> | 2017-11-13 17:11:01 -0800 |
commit | ac17b38e797a77283970002b3ca7469a63c8afef (patch) | |
tree | a8974a703085dd6bfa1f09fb4219ee1a36d74c33 /src/intel/tools/aubinator_error_decode.c | |
parent | 596e8603179006a448b2cb5be5890bc57f41e090 (diff) |
intel/tools/error: Drop unused MAX_RINGS #define.
Dead code.
Reviewed-by: Chris Wilson <[email protected]>
Diffstat (limited to 'src/intel/tools/aubinator_error_decode.c')
-rw-r--r-- | src/intel/tools/aubinator_error_decode.c | 2 |
1 files changed, 0 insertions, 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" |