mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-25 01:34:11 +03:00
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>
This commit is contained in:
parent
f3ac931d36
commit
42cc2f9396
@ -47,11 +47,6 @@
|
||||
|
||||
VIR_LOG_INIT("ch.ch_driver");
|
||||
|
||||
static int chStateInitialize(bool privileged,
|
||||
const char *root,
|
||||
virStateInhibitCallback callback,
|
||||
void *opaque);
|
||||
static int chStateCleanup(void);
|
||||
virCHDriver *ch_driver = NULL;
|
||||
|
||||
static virDomainObj *
|
||||
|
Loading…
Reference in New Issue
Block a user