mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-02-23 14:00:30 +01:00
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:
parent
59951b6f24
commit
1b85dfb6a5
1 changed files with 0 additions and 3 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue