1
0
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:
Ján Tomko 2018-03-06 14:01:17 +01:00
parent d3b8a81ae6
commit 8a4559c1aa

View File

@ -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