Re: [libvirt] [PATCH 2/9] Remove unused virDomainVirtioSerialAddrSetRemoveController

2015-08-13 Thread John Ferlan
On 08/12/2015 10:52 AM, Ján Tomko wrote: This function was never used. I think that portion could have been removed in 1/9 since that's when you removed the unreachable 'external' call to it. Also mark virDomainVirtioSerialAddrSetAddController as static. And this just becomes 2/9 ---

[libvirt] [PATCH 2/9] Remove unused virDomainVirtioSerialAddrSetRemoveController

2015-08-12 Thread Ján Tomko
This function was never used. Also mark virDomainVirtioSerialAddrSetAddController as static. --- src/conf/domain_addr.c | 23 +-- src/conf/domain_addr.h | 8 src/libvirt_private.syms | 2 -- 3 files changed, 1 insertion(+), 32 deletions(-) diff --git