i965: Remove unused variables
Signed-off-by: Anuj Phogat <anuj.phogat@gmail.com> Reviewed-by: Jordan Justen <jordan.l.justen@intel.com>
This commit is contained in:
@@ -212,11 +212,9 @@ brw_codegen_cs_prog(struct brw_context *brw,
|
||||
static void
|
||||
brw_cs_populate_key(struct brw_context *brw, struct brw_cs_prog_key *key)
|
||||
{
|
||||
struct gl_context *ctx = &brw->ctx;
|
||||
/* BRW_NEW_COMPUTE_PROGRAM */
|
||||
const struct brw_compute_program *cp =
|
||||
(struct brw_compute_program *) brw->compute_program;
|
||||
const struct gl_program *prog = (struct gl_program *) cp;
|
||||
|
||||
memset(key, 0, sizeof(*key));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user