1
0
mirror of https://gitlab.com/libvirt/libvirt.git synced 2025-03-07 17:28:15 +00:00

libxl: remove unused 'bits' from struct guest_arch

It was made pointless by:
commit c25c18f71bdc43a1305be4ad1a2ca91b25cf13f3
    Convert capabilities / domain_conf to use virArch

and unused by:
commit 8db1f2d228bb2f27a729a873dcdb81ce3c7c38fd
    Fix libxl driver for virArch changes

Signed-off-by: Ján Tomko <jtomko@redhat.com>
Reviewed-by: Martin Kletzander <mkletzan@redhat.com>
This commit is contained in:
Ján Tomko 2020-09-22 22:38:12 +02:00
parent eabced8591
commit 0a109dc9e3

View File

@ -52,7 +52,6 @@ enum libxlHwcapVersion {
struct guest_arch {
virArch arch;
int bits;
int hvm;
int pvh;
int pae;