On Thu, May 25, 2017 at 15:57:09 -0400, John Ferlan wrote:
It was only ever used in node_device_hal.c which really never used
it
anyway since the NODE_DEV_UDI was never referenced. Remove free_udi()
and @privData as well as the references to obj->privateData &
obj->privateFree.
Signed-off-by: John Ferlan <jferlan(a)redhat.com>
---
src/conf/node_device_conf.h | 2 --
src/conf/virnodedeviceobj.c | 2 --
src/node_device/node_device_hal.c | 15 ---------------
3 files changed, 19 deletions(-)
ACK