mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-04-18 10:20:39 +02:00
i965: Remove unused variables after removing the old VS backend.
Fixes compiler warnings about unused variables.
This commit is contained in:
parent
60c008dde6
commit
df8a4001f5
1 changed files with 0 additions and 2 deletions
|
|
@ -212,13 +212,11 @@ do_vs_prog(struct brw_context *brw,
|
|||
struct brw_vertex_program *vp,
|
||||
struct brw_vs_prog_key *key)
|
||||
{
|
||||
struct gl_context *ctx = &brw->intel.ctx;
|
||||
struct intel_context *intel = &brw->intel;
|
||||
GLuint program_size;
|
||||
const GLuint *program;
|
||||
struct brw_vs_compile c;
|
||||
void *mem_ctx;
|
||||
int aux_size;
|
||||
int i;
|
||||
struct gl_shader *vs = NULL;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue