diff --git a/src/Makefile.am b/src/Makefile.am index da3d0cdc06..a5c4c6c6d3 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1336,10 +1336,6 @@ if WITH_XENXS USED_SYM_FILES += libvirt_xenxs.syms endif -if WITH_NETWORK -USED_SYM_FILES += libvirt_network.syms -endif - if HAVE_SASL USED_SYM_FILES += libvirt_sasl.syms endif @@ -1351,7 +1347,6 @@ EXTRA_DIST += \ libvirt_daemon.syms \ libvirt_linux.syms \ libvirt_esx.syms \ - libvirt_network.syms \ libvirt_nwfilter.syms \ libvirt_openvz.syms \ libvirt_qemu.syms \ diff --git a/src/libvirt_network.syms b/src/libvirt_network.syms deleted file mode 100644 index 1fe89027b4..0000000000 --- a/src/libvirt_network.syms +++ /dev/null @@ -1,10 +0,0 @@ -# -# Network-specific symbols -# - -# bridge_driver.h -networkAllocateActualDevice; -networkBuildDhcpDaemonCommandLine; -networkGetNetworkAddress; -networkNotifyActualDevice; -networkReleaseActualDevice;