mirror of
https://github.com/radareorg/radare2.git
synced 2025-02-27 17:46:01 +00:00
Remove unnecessary call in libzip
This commit is contained in:
parent
9388a7d197
commit
10a2fc99d8
@ -57,10 +57,12 @@ zip_delete(zip_t *za, zip_uint64_t idx) {
|
||||
return -1;
|
||||
}
|
||||
|
||||
#if 0
|
||||
/* allow duplicate file names, because the file will
|
||||
* be removed directly afterwards */
|
||||
if (_zip_unchange(za, idx, 1) != 0)
|
||||
return -1;
|
||||
#endif
|
||||
|
||||
za->entry[idx].deleted = 1;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user