[syslinux:pathbased] fs/iso9660: remove unused variables

syslinux-bot for H. Peter Anvin hpa at zytor.com
Fri Feb 26 11:45:19 PST 2010


Commit-ID:  a543d5cc63e17102b4938aa03d9e2d69737e34b4
Gitweb:     http://syslinux.zytor.com/commit/a543d5cc63e17102b4938aa03d9e2d69737e34b4
Author:     H. Peter Anvin <hpa at zytor.com>
AuthorDate: Fri, 26 Feb 2010 11:43:44 -0800
Committer:  H. Peter Anvin <hpa at zytor.com>
CommitDate: Fri, 26 Feb 2010 11:43:44 -0800

fs/iso9660: remove unused variables

Remove variables which are no longer used.

Signed-off-by: H. Peter Anvin <hpa at zytor.com>


---
 core/fs/iso9660/iso9660.c |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/core/fs/iso9660/iso9660.c b/core/fs/iso9660/iso9660.c
index 6bec615..cd2abba 100644
--- a/core/fs/iso9660/iso9660.c
+++ b/core/fs/iso9660/iso9660.c
@@ -271,8 +271,6 @@ static struct dirent *iso_readdir(struct file *file)
     const struct iso_dir_entry *de;
     struct dirent *dirent;
     const char *data = NULL;
-    size_t de_len, de_name_len;
-    const char *de_name;
     
     while (1) {
 	size_t offset = file->offset & (BLOCK_SIZE(fs) - 1);



More information about the Syslinux-commits mailing list