summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatt Turner <[email protected]>2017-04-25 10:13:57 -0700
committerMatt Turner <[email protected]>2017-04-25 15:28:33 -0700
commitee5f96581ad694cc61cf83bc7022bd71c36bfe08 (patch)
treec12973074fe3ab37f1dd3a0ec245ae1c0302f3ff
parent71d11f39986fdfffbd1f6f27be4e8b3ea420c02f (diff)
i965: Remove unused variable 'options'
Should have been removed in commit ad55b1a7701a
-rw-r--r--src/mesa/drivers/dri/i965/brw_link.cpp2
1 files changed, 0 insertions, 2 deletions
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);