From: Carlo Marcelo Arenas Belón Date: Tue, 26 Sep 2017 04:14:20 +0000 (-0700) Subject: linux-user: remove duplicate break in syscall X-Git-Tag: v2.11.0-rc0~42^2~7 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=dd13df011d6e28beb16ef9e4548cd55fee84cb08;p=thirdparty%2Fqemu.git linux-user: remove duplicate break in syscall likely introduced in 3532fa7402cda16f7b95261b0339c58630051f0b Signed-off-by: Carlo Marcelo Arenas Belón Reviewed-by: Laurent Vivier Signed-off-by: Riku Voipio --- diff --git a/linux-user/syscall.c b/linux-user/syscall.c index 08fbc4d5f79..a25bbffd160 100644 --- a/linux-user/syscall.c +++ b/linux-user/syscall.c @@ -3134,7 +3134,6 @@ set_timeout: case TARGET_SO_RCVLOWAT: optname = SO_RCVLOWAT; break; - break; default: goto unimplemented; }