On Fri, May 13, 2022 at 14:32:42 -0500, Jonathon Jongsma wrote:
The last use of this function was removed in commit 6d161bcc, so the
function is no longer used except as an internal implementation for
virCommandPassFD().
Signed-off-by: Jonathon Jongsma <jjongsma(a)redhat.com>
---
src/libvirt_private.syms | 1 -
src/util/vircommand.c | 28 ++--------------------------
2 files changed, 2 insertions(+), 27 deletions(-)
You also need to remove the declaration from vircommand.h, with that:
Reviewed-by: Peter Krempa <pkrempa(a)redhat.com>