]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu_capspriv: Drop needless declarations
authorMichal Privoznik <mprivozn@redhat.com>
Mon, 30 May 2022 13:05:12 +0000 (15:05 +0200)
committerMichal Privoznik <mprivozn@redhat.com>
Wed, 1 Jun 2022 07:45:40 +0000 (09:45 +0200)
commit2597296ea6b1d110181b6df1a1c57a6021f64bd3
tree34bdf10d7bb8815c25c130f4214910db6db8cba2
parent12be42ee7e344a9f2f3f162d8773c2c8dce79a8c
qemu_capspriv: Drop needless declarations

There are two functions declared in qemu_capspriv.h:
1) virQEMUCapsInitHostCPUModel() which is not used anywhere but
   qemu_capabilities.c,

2) virQEMUCapsSetSEVCapabilities() which is my personal favorite
   but despite that it's never implemented nor called.

Drop them.

Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
Reviewed-by: Boris Fiuczynski <fiuczy@linux.ibm.com>
src/qemu/qemu_capabilities.c
src/qemu/qemu_capspriv.h