X-Git-Url: https://repo.jachan.dev/qemu.git/blobdiff_plain/65903a8b0807dbe2983910060f5754d27762faed..b500e4db8e3e0b5f41a2dd14e2001200e5fc7d6b:/xen-common-stub.c diff --git a/xen-common-stub.c b/xen-common-stub.c index bd56ca2ce5..906f991f1e 100644 --- a/xen-common-stub.c +++ b/xen-common-stub.c @@ -11,9 +11,3 @@ void xenstore_store_pv_console_info(int i, CharDriverState *chr) { } - -int xen_init(MachineClass *mc) -{ - return -ENOSYS; -} -