i965: Remove stale comment.

We stopped doing variable index lowering for uniforms in
a64c1eb9b1, 5 months after the comment was
added.

Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
This commit is contained in:
Eric Anholt 2014-03-25 12:31:22 -07:00
parent 8c2bfbc6b9
commit 66b15ad9db
1 changed files with 0 additions and 1 deletions

View File

@ -184,7 +184,6 @@ brw_link_shader(struct gl_context *ctx, struct gl_shader_program *shProg)
"back to very inefficient code generation\n");
}
/* FINISHME: Do this before the variable index lowering. */
lower_ubo_reference(&shader->base, shader->base.ir);
do {