mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06:00
hash.c: remove a dead store
* src/hash.c (virHashFree): Remove useless assignment to inside_table.
This commit is contained in:
@@ -231,7 +231,6 @@ virHashFree(virHashTablePtr table, virHashDeallocator f)
|
||||
inside_table = 0;
|
||||
iter = next;
|
||||
}
|
||||
inside_table = 0;
|
||||
}
|
||||
VIR_FREE(table->table);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user