sim: ppc: fix -Wunused-but-set-variable warnings

This commit is contained in:
Mike Frysinger 2023-12-06 21:05:19 -07:00
parent bbe7b93875
commit 8958a91714

View File

@ -45,7 +45,6 @@ generic_device_init_address(device *me)
NULL
};
const char **reg_property_name;
int nr_valid_reg_properties = 0;
for (reg_property_name = reg_property_names;
*reg_property_name != NULL;
reg_property_name++) {
@ -73,7 +72,6 @@ generic_device_init_address(device *me)
attach_space, attach_address, attach_size,
access_read_write_exec,
me);
nr_valid_reg_properties++;
}
/* if first option matches don't try for any others */
if (reg_property_name == reg_property_names)