st/glsl_to_nir: remove unused options variable

This commit is contained in:
Timothy Arceri
2018-02-10 11:06:55 +11:00
parent 8f378c116e
commit ff0e3fa1fe
@@ -471,8 +471,6 @@ st_nir_get_mesa_program(struct gl_context *ctx,
struct gl_linked_shader *shader)
{
struct st_context *st = st_context(ctx);
const nir_shader_compiler_options *options =
ctx->Const.ShaderCompilerOptions[shader->Program->info.stage].NirOptions;
struct gl_program *prog;
validate_ir_tree(shader->ir);