mirror of https://gitee.com/openkylin/libvirt.git
libxl: remove LIBXL_ATTR_UNUSED
Unused as of: commit446d091498
libxl: pass driver config to libxlMakeDomBuildInfo All other usage of LIBXL_HAVE_DEVICE_CHANNEL was removed by: commite58004d70a
Xen: Remove unneeded LIBXL_HAVE_* ifdefs Signed-off-by: Ján Tomko <jtomko@redhat.com> Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
This commit is contained in:
parent
247813acd1
commit
8ac22ba17e
|
@ -220,11 +220,6 @@ libxlMakeUSB(virDomainHostdevDef *hostdev, libxl_device_usbdev *usbdev);
|
|||
virDomainXMLOption *
|
||||
libxlCreateXMLConf(libxlDriverPrivate *driver);
|
||||
|
||||
#ifdef LIBXL_HAVE_DEVICE_CHANNEL
|
||||
# define LIBXL_ATTR_UNUSED
|
||||
#else
|
||||
# define LIBXL_ATTR_UNUSED G_GNUC_UNUSED
|
||||
#endif
|
||||
int
|
||||
libxlBuildDomainConfig(virPortAllocatorRange *graphicsports,
|
||||
virDomainDef *def,
|
||||
|
|
Loading…
Reference in New Issue