mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-03-20 06:50:22 +03:00
hash.c: remove a dead store
* src/hash.c (virHashFree): Remove useless assignment to inside_table.
This commit is contained in:
parent
f2a46c848c
commit
767c5bbe01
@ -231,7 +231,6 @@ virHashFree(virHashTablePtr table, virHashDeallocator f)
|
||||
inside_table = 0;
|
||||
iter = next;
|
||||
}
|
||||
inside_table = 0;
|
||||
}
|
||||
VIR_FREE(table->table);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user