From 380110cf082b397e573da7e044b74728f6ff7556 Mon Sep 17 00:00:00 2001 From: "Daniel P. Berrange" Date: Wed, 30 Nov 2011 11:42:57 +0000 Subject: [PATCH] Remove obsolete virGetPMCapabilities sym from private symbols file Fix the build on Mingw32 by removing the now obsolete virGetPMCapabilities symbol from the private exports file * src/libvirt_private.syms: Remove virGetPMCapabilities --- src/libvirt_private.syms | 1 - 1 file changed, 1 deletion(-) diff --git a/src/libvirt_private.syms b/src/libvirt_private.syms index f49f59fbfa..e0a3331468 100644 --- a/src/libvirt_private.syms +++ b/src/libvirt_private.syms @@ -1103,7 +1103,6 @@ virFormatMacAddr; virGenerateMacAddr; virGetGroupID; virGetHostname; -virGetPMCapabilities; virGetUserDirectory; virGetUserID; virGetUserName; -- GitLab