From a84b785e932ebeb81ff64e9059b2e249fbe0484b Mon Sep 17 00:00:00 2001 From: Luiz Capitulino Date: Tue, 9 Jun 2009 18:22:20 -0300 Subject: monitor: Remove uneeded 'return' statement The 'return' statement at the of monitor_handle_command() is not needed and can be removed. Signed-off-by: Luiz Capitulino --- monitor.c | 1 - 1 file changed, 1 deletion(-) (limited to 'monitor.c') diff --git a/monitor.c b/monitor.c index fd9175257a..9d04d9f4c7 100644 --- a/monitor.c +++ b/monitor.c @@ -2714,7 +2714,6 @@ static void monitor_handle_command(Monitor *mon, const char *cmdline) fail: for(i = 0; i < MAX_ARGS; i++) qemu_free(str_allocated[i]); - return; } static void cmd_completion(const char *name, const char *list) -- cgit v1.2.1