i915g: Remove redundant p->error setting.

i915_program_error() already does it.

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/11617>
This commit is contained in:
Emma Anholt 2021-06-27 14:51:53 -07:00
parent ec646fdd45
commit 7ddebb0289
1 changed files with 0 additions and 1 deletions

View File

@ -819,7 +819,6 @@ i915_translate_instruction(struct i915_fp_compile *p,
i915_program_error(p, "bad opcode %s (%d)",
tgsi_get_opcode_name(inst->Instruction.Opcode),
inst->Instruction.Opcode);
p->error = 1;
return;
}