]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
virsh-edit: remove unreachable break
authorJán Tomko <jtomko@redhat.com>
Tue, 6 Mar 2018 13:01:17 +0000 (14:01 +0100)
committerJán Tomko <jtomko@redhat.com>
Thu, 8 Mar 2018 15:51:31 +0000 (16:51 +0100)
Introduced by <commit 1bb1de8>.

Signed-off-by: Ján Tomko <jtomko@redhat.com>
tools/virsh-edit.c

index 92a00b7f9ac5981d68253c290b3ecd5e9dcf2525..d97794fed3f229e92346535dd6683ae782de1e20 100644 (file)
@@ -138,7 +138,6 @@ do {
                 EDIT_RELAX;
                 relax_avail = false;
                 goto redefine;
-                break;
             }
             ATTRIBUTE_FALLTHROUGH;
 #endif