]> Git Repo - qemu.git/commit
hw/timer/sh_timer: Remove superfluous "break" statements
authorThomas Huth <[email protected]>
Tue, 20 Oct 2020 15:39:35 +0000 (17:39 +0200)
committerPhilippe Mathieu-Daudé <[email protected]>
Mon, 26 Oct 2020 23:22:56 +0000 (00:22 +0100)
commit45514b48df9d46478b10929cdfe1b74f01dceb99
tree22785bf4a7d9632b12d708a06faee6c37f56138a
parent97edd8ba4b167b6adfbda9598280e5b31270fd40
hw/timer/sh_timer: Remove superfluous "break" statements

hw_error() is marked as QEMU_NORETURN, so the "break" statements
after this function are just dead code.

Signed-off-by: Thomas Huth <[email protected]>
Reviewed-by: Philippe Mathieu-Daudé <[email protected]>
Reviewed-by: Richard Henderson <[email protected]>
Message-Id: <20201020153935[email protected]>
Signed-off-by: Philippe Mathieu-Daudé <[email protected]>
hw/timer/sh_timer.c
This page took 0.020631 seconds and 4 git commands to generate.