]> git.ipfire.org Git - thirdparty/libvirt.git/commit
util: remove unused functions from virnetdev.c
authorLaine Stump <laine@laine.org>
Mon, 6 Mar 2017 15:01:02 +0000 (10:01 -0500)
committerLaine Stump <laine@laine.org>
Mon, 27 Mar 2017 14:19:42 +0000 (10:19 -0400)
commitbc4168f3e199a9167da544dfaa5847573a5f5d6b
treedd00eaba3fc367a9cb0c17d3cc90bfc86e74b9cf
parentd6ef331f112ab51af7d14c59cd0b460c2e9609a8
util: remove unused functions from virnetdev.c

The global functions virNetDevReplaceMacAddress(),
virNetDevReplaceNetConfig(), virNetDevRestoreMacAddress(), and
virNetDevRestoreNetConfig() are no longer used, as their functionality
has been replaced by virNetDev(Save|Read|Set)NetConfig().

The static functions virNetDevReplaceVfConfig() and
virNetDevRestoreVfConfig() were only used by the above-named global
functions that were removed.
src/libvirt_private.syms
src/util/virnetdev.c
src/util/virnetdev.h