mirror of
https://github.com/qemu/qemu.git
synced 2024-11-26 12:23:36 +08:00
linux-user: remove duplicate break in syscall
likely introduced in 3532fa7402
Signed-off-by: Carlo Marcelo Arenas Belón <carenas@gmail.com>
Reviewed-by: Laurent Vivier <laurent@vivier.eu>
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
This commit is contained in:
parent
326c4c3c48
commit
2de123a1ec
@ -3131,7 +3131,6 @@ set_timeout:
|
||||
case TARGET_SO_RCVLOWAT:
|
||||
optname = SO_RCVLOWAT;
|
||||
break;
|
||||
break;
|
||||
default:
|
||||
goto unimplemented;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user