From: Eric Biggers Date: Tue, 5 Mar 2013 21:33:05 +0000 (-0600) Subject: remove dead variable store X-Git-Tag: v1.2.6~5 X-Git-Url: https://wimlib.net/git/?p=wimlib;a=commitdiff_plain;h=5ed5a1ef610700e463abd0c07aed377cce5eef47;hp=1d8b904a7424f6e38bcba0b2c3a3078f43781029 remove dead variable store --- diff --git a/programs/imagex.c b/programs/imagex.c index eb2e442f..ed0f24dc 100644 --- a/programs/imagex.c +++ b/programs/imagex.c @@ -1050,7 +1050,6 @@ static int imagex_export(int argc, const char **argv) ret = -1; goto out; } - compression_type = dest_ctype; } else { wim_is_new = true; /* dest_wimfile is not an existing file, so create a new WIM. */