i965: Remove unused variable 'options'

Should have been removed in commit ad55b1a770
This commit is contained in:
Matt Turner 2017-04-25 10:13:57 -07:00
parent 71d11f3998
commit ee5f96581a

View file

@ -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);