From 5ed5a1ef610700e463abd0c07aed377cce5eef47 Mon Sep 17 00:00:00 2001 From: Eric Biggers Date: Tue, 5 Mar 2013 15:33:05 -0600 Subject: [PATCH] remove dead variable store --- programs/imagex.c | 1 - 1 file changed, 1 deletion(-) 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. */ -- 2.43.0