From f6019e5fada012f7f396c89968f2c242f92f40df Mon Sep 17 00:00:00 2001 From: Stefan Weil Date: Tue, 23 Jul 2013 06:46:49 +0200 Subject: watchdog: Remove break after exit MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This was dead code. Signed-off-by: Stefan Weil Reviewed-by: Andreas Färber Signed-off-by: Michael Tokarev --- hw/watchdog/watchdog.c | 1 - 1 file changed, 1 deletion(-) (limited to 'hw/watchdog') diff --git a/hw/watchdog/watchdog.c b/hw/watchdog/watchdog.c index cb4e1f9e47..387962ec4a 100644 --- a/hw/watchdog/watchdog.c +++ b/hw/watchdog/watchdog.c @@ -128,7 +128,6 @@ void watchdog_perform_action(void) case WDT_POWEROFF: /* same as 'quit' command in monitor */ watchdog_mon_event("poweroff"); exit(0); - break; case WDT_PAUSE: /* same as 'stop' command in monitor */ watchdog_mon_event("pause"); -- cgit v1.2.1