mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-22 17:34:18 +03:00
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;
|
EDIT_RELAX;
|
||||||
relax_avail = false;
|
relax_avail = false;
|
||||||
goto redefine;
|
goto redefine;
|
||||||
break;
|
|
||||||
}
|
}
|
||||||
ATTRIBUTE_FALLTHROUGH;
|
ATTRIBUTE_FALLTHROUGH;
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user