mirror of https://gitee.com/openkylin/libvirt.git
virsh-edit: remove unreachable break
Introduced by <commit 1bb1de8>. Signed-off-by: Ján Tomko <jtomko@redhat.com>
This commit is contained in:
parent
d3b8a81ae6
commit
8a4559c1aa
|
@ -138,7 +138,6 @@ do {
|
|||
EDIT_RELAX;
|
||||
relax_avail = false;
|
||||
goto redefine;
|
||||
break;
|
||||
}
|
||||
ATTRIBUTE_FALLTHROUGH;
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue