mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-02-22 03:12:22 +00:00
lxc: Remove unneeded forward declaration of 'lxcStateInitialize'
The function is used only after the definition. Signed-off-by: Peter Krempa <pkrempa@redhat.com> Reviewed-by: Ján Tomko <jtomko@redhat.com>
This commit is contained in:
parent
42d8bb4456
commit
03f924f2b2
@ -79,10 +79,6 @@ VIR_LOG_INIT("lxc.lxc_driver");
|
||||
#define LXC_NB_DOMAIN_BLOCK_STAT_PARAM 4
|
||||
|
||||
|
||||
static int lxcStateInitialize(bool privileged,
|
||||
const char *root,
|
||||
virStateInhibitCallback callback,
|
||||
void *opaque);
|
||||
static int lxcStateCleanup(void);
|
||||
virLXCDriver *lxc_driver = NULL;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user