diff options
Diffstat (limited to 'xen-common-stub.c')
-rw-r--r-- | xen-common-stub.c | 6 |
1 files changed, 0 insertions, 6 deletions
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; -} - |