mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-22 17:34:18 +03:00
network: Remove unused variable in networkDestroy
Signed-off-by: Martin Kletzander <mkletzan@redhat.com>
This commit is contained in:
parent
8a2717e803
commit
d0a48eeb72
@ -3475,7 +3475,6 @@ static int
|
||||
networkDestroy(virNetworkPtr net)
|
||||
{
|
||||
virNetworkDriverState *driver = networkGetDriver();
|
||||
g_autoptr(virNetworkDriverConfig) cfg = virNetworkDriverGetConfig(driver);
|
||||
virNetworkObj *obj;
|
||||
virNetworkDef *def;
|
||||
int ret = -1;
|
||||
|
Loading…
Reference in New Issue
Block a user