mirror of https://gitee.com/openkylin/libvirt.git
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…
Reference in New Issue