On a Wednesday in 2021, Daniel P. Berrangé wrote:
Every other exportd API from virtpm.h will internally call
*exported
virTPMEmulatorInit, so there is no reason for this initializer
to be exported on its own.
Signed-off-by: Daniel P. Berrangé <berrange(a)redhat.com>
---
src/libvirt_private.syms | 1 -
src/qemu/qemu_tpm.c | 6 ------
src/util/virtpm.c | 4 +++-
src/util/virtpm.h | 1 -
4 files changed, 3 insertions(+), 9 deletions(-)
Reviewed-by: Ján Tomko <jtomko(a)redhat.com>
Jano