i965: Remove unused variable 'options'
authorMatt Turner <mattst88@gmail.com>
Tue, 25 Apr 2017 17:13:57 +0000 (10:13 -0700)
committerMatt Turner <mattst88@gmail.com>
Tue, 25 Apr 2017 22:28:33 +0000 (15:28 -0700)
Should have been removed in commit ad55b1a7701a

src/mesa/drivers/dri/i965/brw_link.cpp

index 2e75b8a47c698fac2241b45e7d3bfd71ae9d4473..da38ec2516a7439ab30b8f881449b7537d45a64d 100644 (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);