]> git.ipfire.org Git - thirdparty/libvirt.git/commit
ch_driver: Drop needless fwd declaration
authorMichal Privoznik <mprivozn@redhat.com>
Fri, 29 Oct 2021 12:36:42 +0000 (14:36 +0200)
committerMichal Privoznik <mprivozn@redhat.com>
Mon, 1 Nov 2021 15:04:11 +0000 (16:04 +0100)
commit42cc2f9396c48204f51245daab9a8802e2960b86
tree144efc5ad2ef2faef3c44f131326abe1e98aa195
parentf3ac931d36414b16c6ba14558cef0c8889e4f6cc
ch_driver: Drop needless fwd declaration

In ch_driver.c there are two forward declarations that are not
needed. Drop them.

Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
src/ch/ch_driver.c