libxl: remove unused 'bits' from struct guest_arch

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

and unused by:
commit 8db1f2d228
    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;