diff options
-rw-r--r-- | src/intel/tools/aubinator.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/intel/tools/aubinator.c b/src/intel/tools/aubinator.c index 31c1f8987f2..11709c87a71 100644 --- a/src/intel/tools/aubinator.c +++ b/src/intel/tools/aubinator.c @@ -974,7 +974,6 @@ aub_file_decode_batch(struct aub_file *file, struct gen_spec *spec) break; case MAKE_HEADER(TYPE_AUB, OPCODE_AUB, SUBOPCODE_BLOCK): payload_size = p[4]; - handle_trace_block(spec, p); break; default: break; |