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.
This commit is contained in:
Matthias Bolte 2010-03-16 23:38:01 +01:00
parent 6d45d5855d
commit 460e7b6a94

View File

@ -257,10 +257,6 @@ virInterfaceObjUnlock;
virInterfaceObjListFree;
# interface_driver.h
interfaceRegister;
# iptables.h
iptablesAddForwardAllowCross;
iptablesAddForwardAllowIn;