mesa: remove gratuitous stores I added in remove_instructions.

This commit is contained in:
Eric Anholt
2009-12-22 14:43:11 -08:00
parent 85dcc07071
commit 2515ccaf24
-1
View File
@@ -111,7 +111,6 @@ remove_instructions(struct gl_program *prog, const GLboolean *removeFlags)
if (removeCount > 0) {
GLint removeStart = removeEnd - removeCount + 1;
_mesa_delete_instructions(prog, removeStart, removeCount);
removeStart = removeCount = 0; /* reset removal info */
}
return totalRemoved;
}