]> wimlib.net Git - wimlib/commitdiff
imagex: set_compress_slow(): Remove unused variable
authorEric Biggers <ebiggers3@gmail.com>
Thu, 2 Jan 2014 16:00:06 +0000 (10:00 -0600)
committerEric Biggers <ebiggers3@gmail.com>
Thu, 2 Jan 2014 16:00:06 +0000 (10:00 -0600)
programs/imagex.c

index d2f58b2fc75efcd8c700092260ce2358fe40999e..ad000407897c4d46bada4280228248f8cc4e0afd 100644 (file)
@@ -437,7 +437,6 @@ get_compression_type(const tchar *optarg)
 static void
 set_compress_slow(void)
 {
-       int ret;
        static const struct wimlib_lzx_compressor_params lzx_slow_params = {
                .hdr = {
                        .size = sizeof(struct wimlib_lzx_compressor_params),