mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-04 20:15:19 +00:00
build: fix unused variable after last patch
The previous commit (2cb0899
) left a dead variable behind. * src/libxl/libxl_driver.c (libxlClose): Drop dead variable. (cherry picked from commitb8e6021e7b
)
This commit is contained in:
parent
fc8700e919
commit
67f5578681
@ -1079,8 +1079,6 @@ libxlOpen(virConnectPtr conn,
|
|||||||
static int
|
static int
|
||||||
libxlClose(virConnectPtr conn ATTRIBUTE_UNUSED)
|
libxlClose(virConnectPtr conn ATTRIBUTE_UNUSED)
|
||||||
{
|
{
|
||||||
libxlDriverPrivatePtr driver = conn->privateData;
|
|
||||||
|
|
||||||
conn->privateData = NULL;
|
conn->privateData = NULL;
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user