From: Brian Paul Date: Mon, 4 Mar 2013 21:44:47 +0000 (-0700) Subject: llvmpipe: remove unused cmd_block_list struct X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=975d31f60de4f1b84cf5b0710314fef114ae2132;p=mesa.git llvmpipe: remove unused cmd_block_list struct --- diff --git a/src/gallium/drivers/llvmpipe/lp_scene.h b/src/gallium/drivers/llvmpipe/lp_scene.h index 801829d93d2..1d0cd0e0e6b 100644 --- a/src/gallium/drivers/llvmpipe/lp_scene.h +++ b/src/gallium/drivers/llvmpipe/lp_scene.h @@ -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];