From: Matt Turner Date: Tue, 25 Apr 2017 17:13:57 +0000 (-0700) Subject: i965: Remove unused variable 'options' X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=ee5f96581ad694cc61cf83bc7022bd71c36bfe08;p=mesa.git i965: Remove unused variable 'options' Should have been removed in commit ad55b1a7701a --- diff --git a/src/mesa/drivers/dri/i965/brw_link.cpp b/src/mesa/drivers/dri/i965/brw_link.cpp index 2e75b8a47c6..da38ec2516a 100644 --- a/src/mesa/drivers/dri/i965/brw_link.cpp +++ b/src/mesa/drivers/dri/i965/brw_link.cpp @@ -88,8 +88,6 @@ process_glsl_ir(struct brw_context *brw, struct gl_linked_shader *shader) { struct gl_context *ctx = &brw->ctx; - const struct gl_shader_compiler_options *options = - &ctx->Const.ShaderCompilerOptions[shader->Stage]; /* Temporary memory context for any new IR. */ void *mem_ctx = ralloc_context(NULL);