pan/bi: Remove unused pointer from bi_instr
authorAlyssa Rosenzweig <alyssa@collabora.com>
Sat, 17 Jul 2021 00:10:18 +0000 (20:10 -0400)
committerMarge Bot <eric+marge@anholt.net>
Wed, 28 Jul 2021 00:26:06 +0000 (00:26 +0000)
Yikes.

Signed-off-by: Alyssa Rosenzweig <alyssa@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/12026>

src/panfrost/bifrost/compiler.h

index 85925e6..cc770e2 100644 (file)
@@ -296,9 +296,6 @@ typedef struct {
         /* Must be first */
         struct list_head link;
 
-        /* Link for the use chain */
-        struct list_head use;
-
         enum bi_opcode op;
 
         /* Data flow */