Skip to content

Commit

Permalink
Remove unused variable.
Browse files Browse the repository at this point in the history
  • Loading branch information
0-wiz-0 committed Feb 13, 2025
1 parent e6359ec commit de50c45
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/zip_source_window.c
Original file line number Diff line number Diff line change
Expand Up @@ -359,8 +359,6 @@ _zip_deregister_source(zip_t *za, zip_source_t *src) {

int
_zip_register_source(zip_t *za, zip_source_t *src) {
zip_source_t **open_source;

if (za->nopen_source + 1 >= za->nopen_source_alloc) {
if (!ZIP_REALLOC(za->open_source, za->nopen_source_alloc, 10, &za->error)) {
return -1;
Expand Down

0 comments on commit de50c45

Please sign in to comment.