]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Drop unused function declarations
authorMichal Privoznik <mprivozn@redhat.com>
Tue, 12 Nov 2024 13:32:12 +0000 (14:32 +0100)
committerMichal Privoznik <mprivozn@redhat.com>
Tue, 12 Nov 2024 14:35:53 +0000 (15:35 +0100)
commitaeebb30ba237f7798cacacbea3aa95e2d034a042
tree16b8be2fa3fe267115686f5ddaeb4f6c8e256e8c
parent6c50d112768085f67d9178c6276ef9c28064b7ba
Drop unused function declarations

When moving function and/or renaming them sometimes corresponding
change to corresponding header file is not done. This leaves us
with functions that are declared in header files, but nowhere
implemented. Drop such declarations.

Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
21 files changed:
src/ch/ch_monitor.h
src/conf/device_conf.h
src/conf/virinterfaceobj.h
src/conf/virstorageobj.h
src/libxl/libxl_domain.h
src/logging/log_handler.h
src/lxc/lxc_cgroup.h
src/lxc/lxc_hostdev.h
src/lxc/lxc_monitor.h
src/lxc/lxc_process.h
src/qemu/qemu_command.h
src/qemu/qemu_domain.h
src/qemu/qemu_monitor.h
src/qemu/qemu_monitor_json.h
src/qemu/qemu_process.h
src/rpc/virnetlibsshsession.h
src/rpc/virnetserverclient.h
src/util/virmdev.h
src/util/virnetdev.h
src/vz/vz_utils.h
tests/testutilsqemu.h