Remove unused variable.
authorDiego Biurrun <diego@biurrun.de>
Sat, 9 Jun 2007 08:50:15 +0000 (08:50 +0000)
committerDiego Biurrun <diego@biurrun.de>
Sat, 9 Jun 2007 08:50:15 +0000 (08:50 +0000)
Originally committed as revision 9262 to svn://svn.ffmpeg.org/ffmpeg/trunk

cws2fws.c

index f97287f..61f1294 100644 (file)
--- a/cws2fws.c
+++ b/cws2fws.c
@@ -19,7 +19,7 @@
 
 main(int argc, char *argv[])
 {
-    int fd_in, fd_out, comp_len, uncomp_len, tag, i, last_out;
+    int fd_in, fd_out, comp_len, uncomp_len, i, last_out;
     char buf_in[1024], buf_out[65536];
     z_stream zstream;
     struct stat statbuf;