Update libvirt to 0.6.1 release & remove obsolete patches
[fedora-mingw.git] / libvirt / mingw32-libvirt-0.4.6-register-remote.patch
diff --git a/libvirt/mingw32-libvirt-0.4.6-register-remote.patch b/libvirt/mingw32-libvirt-0.4.6-register-remote.patch
deleted file mode 100644 (file)
index 4d0d77d..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
---- libvirt-0.4.6/src/libvirt.c.orig   2008-10-14 15:33:00.000000000 +0100
-+++ libvirt-0.4.6/src/libvirt.c        2008-10-14 15:48:54.000000000 +0100
-@@ -297,10 +297,10 @@
-     if (lxcRegister() == -1) return -1;
- #endif
-     if (storageRegister() == -1) return -1;
-+#endif
- #ifdef WITH_REMOTE
-     if (remoteRegister () == -1) return -1;
- #endif
--#endif
-     return(0);
- }