diff options
author | zxcvdavid <zxcvdavid@gmail.com> | 2015-03-04 09:52:09 +0800 |
---|---|---|
committer | zxcvdavid <zxcvdavid@gmail.com> | 2015-03-04 09:52:09 +0800 |
commit | f1de275e746aee1cee966241bce8168b390303cf (patch) | |
tree | c24fc1736a65f666fb9b72776e796b78a43254ac /ext/zip/lib/zip_file_get_external_attributes.c | |
parent | 2fa8d67a5ce59ba9ba6192481e3c2522c3ff5542 (diff) | |
download | php-git-f1de275e746aee1cee966241bce8168b390303cf.tar.gz |
Remove the unused vars
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; |