llvmpipe: remove unused cmd_block_list struct

This commit is contained in:
Brian Paul 2013-03-04 14:44:47 -07:00
parent a51b81558f
commit 975d31f60d

View file

@ -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];