qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PULL 03/10] linux-user: remove duplicate break in syscall


From: riku . voipio
Subject: [Qemu-devel] [PULL 03/10] linux-user: remove duplicate break in syscall
Date: Wed, 18 Oct 2017 15:33:17 +0300

From: Carlo Marcelo Arenas Belón <address@hidden>

likely introduced in 3532fa7402cda16f7b95261b0339c58630051f0b

Signed-off-by: Carlo Marcelo Arenas Belón <address@hidden>
Reviewed-by: Laurent Vivier <address@hidden>
Signed-off-by: Riku Voipio <address@hidden>
---
 linux-user/syscall.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/linux-user/syscall.c b/linux-user/syscall.c
index 08fbc4d5f7..a25bbffd16 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;
         }
-- 
2.14.2




reply via email to

[Prev in Thread] Current Thread [Next in Thread]