]> xenbits.xensource.com Git - people/liuw/libxenctrl-split/libvirt.git/commitdiff
Remove interfaceRegister from libvirt_private.syms
authorMatthias Bolte <matthias.bolte@googlemail.com>
Tue, 16 Mar 2010 22:38:01 +0000 (23:38 +0100)
committerMatthias Bolte <matthias.bolte@googlemail.com>
Tue, 23 Mar 2010 01:06:07 +0000 (02:06 +0100)
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

index 5d30b9026a4047086602ee29b6d01ae96e50e60e..f1ad6dbf65c557c2d84662c50a51a07b1819c925 100644 (file)
@@ -257,10 +257,6 @@ virInterfaceObjUnlock;
 virInterfaceObjListFree;
 
 
-# interface_driver.h
-interfaceRegister;
-
-
 # iptables.h
 iptablesAddForwardAllowCross;
 iptablesAddForwardAllowIn;