mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-02 03:00:24 +01:00
i965: Warning fix
Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
This commit is contained in:
parent
242ca9acb4
commit
7db56ddee0
1 changed files with 0 additions and 2 deletions
|
|
@ -108,8 +108,6 @@ unsigned
|
|||
brw_reg_type_to_hw_type(const struct brw_context *brw,
|
||||
enum brw_reg_type type, unsigned file)
|
||||
{
|
||||
bool imm = file == BRW_IMMEDIATE_VALUE;
|
||||
|
||||
if (file == BRW_IMMEDIATE_VALUE) {
|
||||
const static int imm_hw_types[] = {
|
||||
[BRW_REGISTER_TYPE_UD] = BRW_HW_REG_TYPE_UD,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue