mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 04:48:08 +02:00
st/mesa: remove unused pipe variable
This commit is contained in:
parent
bd302f36c4
commit
c3991e1c57
1 changed files with 0 additions and 1 deletions
|
|
@ -732,7 +732,6 @@ st_draw_vbo(struct gl_context *ctx,
|
|||
struct gl_transform_feedback_object *tfb_vertcount)
|
||||
{
|
||||
struct st_context *st = st_context(ctx);
|
||||
struct pipe_context *pipe = st->pipe;
|
||||
struct pipe_index_buffer ibuffer = {0};
|
||||
struct pipe_draw_info info;
|
||||
const struct gl_client_array **arrays = ctx->Array._DrawArrays;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue