about summary refs log tree commit homepage
path: root/svc_dev.c
diff options
context:
space:
mode:
Diffstat (limited to 'svc_dev.c')
-rw-r--r--svc_dev.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/svc_dev.c b/svc_dev.c
index b6a1e71..bb83128 100644
--- a/svc_dev.c
+++ b/svc_dev.c
@@ -75,7 +75,6 @@ static struct mog_devlist * svc_devlist(struct mog_svc *svc, dev_t st_dev)
                         assert(0 && "race condition, devlist should insert "
                                "without error");
                         abort();
-                        break;
                 case 1: break; /* OK, inserted */
                 default: mog_oom(); /* -1 */
                 }