mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-02-08 20:51:26 +00:00
bhyve_parse_command: Undefine CONSUME_ARG macro when no longer needed
Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
This commit is contained in:
parent
cbb3bbc66a
commit
832656fa8e
@ -823,6 +823,8 @@ bhyveParseBhyveLoadCommandLine(virDomainDefPtr def,
|
|||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#undef CONSUME_ARG
|
||||||
|
|
||||||
static int
|
static int
|
||||||
bhyveParseCustomLoaderCommandLine(virDomainDefPtr def,
|
bhyveParseCustomLoaderCommandLine(virDomainDefPtr def,
|
||||||
int argc G_GNUC_UNUSED,
|
int argc G_GNUC_UNUSED,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user