mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-01 12:28:07 +02:00
llvmpipe: remove unused cmd_block_list struct
This commit is contained in:
parent
a51b81558f
commit
975d31f60d
1 changed files with 0 additions and 4 deletions
|
|
@ -81,10 +81,6 @@ struct cmd_block {
|
|||
struct cmd_block *next;
|
||||
};
|
||||
|
||||
struct cmd_block_list {
|
||||
struct cmd_block *head;
|
||||
struct cmd_block *tail;
|
||||
};
|
||||
|
||||
struct data_block {
|
||||
ubyte data[DATA_BLOCK_SIZE];
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue