[Mesa-dev] [PATCH 3/3] llvmpipe: remove unused cmd_block_list struct

Brian Paul brianp at vmware.com
Mon Mar 4 14:04:42 PST 2013


---
 src/gallium/drivers/llvmpipe/lp_scene.h |    4 ----
 1 files changed, 0 insertions(+), 4 deletions(-)

diff --git a/src/gallium/drivers/llvmpipe/lp_scene.h b/src/gallium/drivers/llvmpipe/lp_scene.h
index 801829d..1d0cd0e 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];
-- 
1.7.3.4



More information about the mesa-dev mailing list