diff options
Diffstat (limited to 'ext/zip/lib/zip_file_get_external_attributes.c')
-rw-r--r-- | ext/zip/lib/zip_file_get_external_attributes.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ext/zip/lib/zip_file_get_external_attributes.c b/ext/zip/lib/zip_file_get_external_attributes.c index 21cf41343d..461303f40e 100644 --- a/ext/zip/lib/zip_file_get_external_attributes.c +++ b/ext/zip/lib/zip_file_get_external_attributes.c @@ -37,8 +37,6 @@ int zip_file_get_external_attributes(struct zip *za, zip_uint64_t idx, zip_flags_t flags, zip_uint8_t *opsys, zip_uint32_t *attributes) { struct zip_dirent *de; - zip_uint32_t len; - const zip_uint8_t *str; if ((de=_zip_get_dirent(za, idx, flags, NULL)) == NULL) return -1; |