pan/bi: Remove unused pointer from bi_instr

Yikes.

Signed-off-by: Alyssa Rosenzweig <alyssa@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/12026>
This commit is contained in:
Alyssa Rosenzweig 2021-07-16 20:10:18 -04:00 committed by Marge Bot
parent 59951b6f24
commit 1b85dfb6a5

View 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 */