mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-26 14:03:49 +03: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;
|
||||
}
|
||||
|
||||
#undef CONSUME_ARG
|
||||
|
||||
static int
|
||||
bhyveParseCustomLoaderCommandLine(virDomainDefPtr def,
|
||||
int argc G_GNUC_UNUSED,
|
||||
|
Loading…
x
Reference in New Issue
Block a user