mac_oldworld: Drop some variables
commitb8df32555ce5bdae268e7bcc5b6c647c63c32373
authorBALATON Zoltan <balaton@eik.bme.hu>
Thu, 15 Oct 2020 23:47:17 +0000 (16 01:47 +0200)
committerMark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
Mon, 19 Oct 2020 07:11:21 +0000 (19 08:11 +0100)
tree6332e5f1a9e9b788a017e2a1c70855b7d1aa7a60
parentc3481ab096f35d7fa1c2945b05e22bef280b235b
mac_oldworld: Drop some variables

Values not used frequently enough may not worth putting in a local
variable, especially with names almost as long as the original value
because that does not improve readability, to the contrary it makes it
harder to see what value is used. Drop a few such variables.

Signed-off-by: BALATON Zoltan <balaton@eik.bme.hu>
Reviewed-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Message-Id: <d67bc8d914a366ca6822b5190c1308d31af5c9b3.1602805637.git.balaton@eik.bme.hu>
Signed-off-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
hw/ppc/mac_oldworld.c