diff options
author | Daniel Stenberg <daniel@haxx.se> | 2008-04-09 13:07:50 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2008-04-09 13:07:50 +0000 |
commit | 49e6a298283f48e14ad1982fa1da45b10a9ded99 (patch) | |
tree | b9ff8ca4ae16387903e6722e773d08a468b34235 /tools/iriver.c | |
parent | 3e6280039edee89669096f9ca730d4b1d661a26f (diff) | |
download | rockbox-49e6a298283f48e14ad1982fa1da45b10a9ded99.tar.gz rockbox-49e6a298283f48e14ad1982fa1da45b10a9ded99.tar.bz2 rockbox-49e6a298283f48e14ad1982fa1da45b10a9ded99.zip |
Code Police raid: -W -Wall cleansing
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17045 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'tools/iriver.c')
-rw-r--r-- | tools/iriver.c | 2 |
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 ) unsigned char * pChecksums, * ppChecksums; unsigned char ck; - enum striptype stripmode = STRIP_NONE; - infile = openinfile(infile_name); outfile = openoutfile(outfile_name); |