From f31e03535774c8971a659d637c510fd7dcafae27 Mon Sep 17 00:00:00 2001 From: Eric Biggers Date: Thu, 2 Jan 2014 10:00:06 -0600 Subject: [PATCH] imagex: set_compress_slow(): Remove unused variable --- programs/imagex.c | 1 - 1 file changed, 1 deletion(-) diff --git a/programs/imagex.c b/programs/imagex.c index d2f58b2f..ad000407 100644 --- a/programs/imagex.c +++ b/programs/imagex.c @@ -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), -- 2.43.0