mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-01 10:35:27 +00:00
7480ae5794
It's no longer used. Remove the dead code. Signed-off-by: Peter Krempa <pkrempa@redhat.com> Reviewed-by: Ján Tomko <jtomko@redhat.com>
24 lines
441 B
Plaintext
24 lines
441 B
Plaintext
#
|
|
# These symbols are dependent upon --with-xen via WITH_XEN or --with-libxl via WITH_LIBXL.
|
|
#
|
|
|
|
# xenconfig/xen_sxpr.h
|
|
xenFormatSxprChr;
|
|
xenFormatSxprSound;
|
|
xenGetDomIdFromSxpr;
|
|
xenGetDomIdFromSxprString;
|
|
xenParseSxpr;
|
|
xenParseSxprChar;
|
|
xenParseSxprSound;
|
|
xenParseSxprString;
|
|
xenParseSxprVifRate;
|
|
|
|
# xenconfig/xen_xm.h
|
|
xenFormatXM;
|
|
xenParseXM;
|
|
|
|
# Let emacs know we want case-insensitive sorting
|
|
# Local Variables:
|
|
# sort-fold-case: t
|
|
# End:
|