Mesa (master): intel: decoder: remove unused variable

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Sat Aug 4 08:47:32 UTC 2018


Module: Mesa
Branch: master
Commit: db4770ee57e77af035665c2afbea6c089f898579
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=db4770ee57e77af035665c2afbea6c089f898579

Author: Lionel Landwerlin <lionel.g.landwerlin at intel.com>
Date:   Mon Jul 30 02:55:54 2018 +0100

intel: decoder: remove unused variable

Signed-off-by: Lionel Landwerlin <lionel.g.landwerlin at intel.com>
Reviewed-by: Eric Engestrom <eric.engestrom at intel.com>

---

 src/intel/common/gen_decoder.h | 2 --
 1 file changed, 2 deletions(-)

diff --git a/src/intel/common/gen_decoder.h b/src/intel/common/gen_decoder.h
index d8add4ccdb..a80c50b664 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.




More information about the mesa-commit mailing list