]> git.ipfire.org Git - thirdparty/libvirt.git/commit
conf: clean up after adding calls to virNetDevIPInfo helpers
authorLaine Stump <laine@laine.org>
Thu, 9 Jun 2016 01:08:31 +0000 (21:08 -0400)
committerLaine Stump <laine@laine.org>
Sun, 26 Jun 2016 23:33:09 +0000 (19:33 -0400)
commit255995827b705656363e30cbf1d230f73882e3a1
tree0b486efcc82db3d8cc2f2fe82ad76c4cb0f0101c
parentd987f63a450bc5721c91bfd526ec03ccc4a6b640
conf: clean up after adding calls to virNetDevIPInfo helpers

virDomainNetIPInfoParseXML() and virDomainNetIPInfoFormat() are no
longer "unused", so we can now remove the "ATTRIBUTE_UNUSED" from
their definitions, since virDomainNetIPInfoFormat() is now the only
caller of virDomainNetIPsFormat() and virDomainNetRoutesFormat(),
those two functions can simply be subsumed into
virDomainNetIPInfoFormat().
src/conf/domain_conf.c