summaryrefslogtreecommitdiff
path: root/tools/iriver.c
diff options
context:
space:
mode:
Diffstat (limited to 'tools/iriver.c')
-rw-r--r--tools/iriver.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/tools/iriver.c b/tools/iriver.c
index 4d26b981aa..240f9e36a2 100644
--- a/tools/iriver.c
+++ b/tools/iriver.c
@@ -273,8 +273,6 @@ int iriver_encode(char *infile_name, char *outfile_name, BOOL modify )
273 unsigned char * pChecksums, * ppChecksums; 273 unsigned char * pChecksums, * ppChecksums;
274 unsigned char ck; 274 unsigned char ck;
275 275
276 enum striptype stripmode = STRIP_NONE;
277
278 infile = openinfile(infile_name); 276 infile = openinfile(infile_name);
279 outfile = openoutfile(outfile_name); 277 outfile = openoutfile(outfile_name);
280 278