mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-04-30 21:21:39 +02:00
cell: remove unused var
This commit is contained in:
parent
b4777f82d5
commit
433626e5c0
1 changed files with 0 additions and 1 deletions
|
|
@ -92,7 +92,6 @@ cell_add_buffer_to_list(struct cell_context *cell,
|
|||
struct cell_buffer_list *list,
|
||||
struct pipe_buffer *buffer)
|
||||
{
|
||||
struct pipe_screen *ps = cell->pipe.screen;
|
||||
struct cell_buffer_node *node = CALLOC_STRUCT(cell_buffer_node);
|
||||
/* create new list node which references the buffer, insert at head */
|
||||
if (node) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue