Update libvirt to 0.6.1 release & remove obsolete patches
[fedora-mingw.git] / libvirt / mingw32-libvirt-0.4.6-debug-registration.patch
diff --git a/libvirt/mingw32-libvirt-0.4.6-debug-registration.patch b/libvirt/mingw32-libvirt-0.4.6-debug-registration.patch
deleted file mode 100644 (file)
index 180f195..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
---- libvirt-0.4.6/src/libvirt.c.orig   2008-09-22 14:12:12.000000000 +0100
-+++ libvirt-0.4.6/src/libvirt.c        2008-10-14 15:30:56.000000000 +0100
-@@ -540,6 +540,9 @@
-         return -1;
-     }
-+    DEBUG ("registering %s as driver %d",
-+           driver->name, virDriverTabCount);
-+
-     virDriverTab[virDriverTabCount] = driver;
-     return virDriverTabCount++;
- }