mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-20 03:25:18 +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 commit b8e6021e7b7ef0d371cac59fa333848c8cebffd0)
This commit is contained in:
parent
fc8700e919
commit
67f5578681
@ -1079,8 +1079,6 @@ libxlOpen(virConnectPtr conn,
|
||||
static int
|
||||
libxlClose(virConnectPtr conn ATTRIBUTE_UNUSED)
|
||||
{
|
||||
libxlDriverPrivatePtr driver = conn->privateData;
|
||||
|
||||
conn->privateData = NULL;
|
||||
return 0;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user