diff --git a/src/remote/remote_daemon.c b/src/remote/remote_daemon.c index 31c6ce1b61..3e02297eee 100644 --- a/src/remote/remote_daemon.c +++ b/src/remote/remote_daemon.c @@ -328,9 +328,6 @@ static void daemonInitialize(void) #ifdef WITH_NWFILTER VIR_DAEMON_LOAD_MODULE(nwfilterRegister, "nwfilter"); #endif -#ifdef WITH_XEN - VIR_DAEMON_LOAD_MODULE(xenRegister, "xen"); -#endif #ifdef WITH_LIBXL VIR_DAEMON_LOAD_MODULE(libxlRegister, "libxl"); #endif