mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-03 03:28:09 +02:00
i965: Remove unused variable 'options'
Should have been removed in commit ad55b1a770
This commit is contained in:
parent
71d11f3998
commit
ee5f96581a
1 changed files with 0 additions and 2 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue