From 460e7b6a94a2e450e9382187826f6a11ae686a97 Mon Sep 17 00:00:00 2001 From: Matthias Bolte Date: Tue, 16 Mar 2010 23:38:01 +0100 Subject: [PATCH] Remove interfaceRegister from libvirt_private.syms This symbol is conditional, it would need to be exported conditional to work properly with MinGW. So just remove it, as no other driver register function is listed in the symbols files. --- src/libvirt_private.syms | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/libvirt_private.syms b/src/libvirt_private.syms index 5d30b9026a..f1ad6dbf65 100644 --- a/src/libvirt_private.syms +++ b/src/libvirt_private.syms @@ -257,10 +257,6 @@ virInterfaceObjUnlock; virInterfaceObjListFree; -# interface_driver.h -interfaceRegister; - - # iptables.h iptablesAddForwardAllowCross; iptablesAddForwardAllowIn; -- GitLab