diff options
author | Lionel Landwerlin <[email protected]> | 2018-07-30 02:55:54 +0100 |
---|---|---|
committer | Lionel Landwerlin <[email protected]> | 2018-08-04 09:38:58 +0100 |
commit | db4770ee57e77af035665c2afbea6c089f898579 (patch) | |
tree | 2852c30fa4fd5ef4e4c2102da79b6d45b517b0ed | |
parent | 7471286bb092be24e4ad2555f9355075dfefe8b6 (diff) |
intel: decoder: remove unused variable
Signed-off-by: Lionel Landwerlin <[email protected]>
Reviewed-by: Eric Engestrom <[email protected]>
-rw-r--r-- | src/intel/common/gen_decoder.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/intel/common/gen_decoder.h b/src/intel/common/gen_decoder.h index d8add4ccdb7..a80c50b6647 100644 --- a/src/intel/common/gen_decoder.h +++ b/src/intel/common/gen_decoder.h @@ -202,8 +202,6 @@ struct gen_batch_decode_bo { const void *map; }; -struct gen_disasm *disasm; - struct gen_batch_decode_ctx { /** * Return information about the buffer containing the given address. |