From 1a08ade3f32c5557445562148e897f27ac942e3f Mon Sep 17 00:00:00 2001 From: Eric Biggers Date: Sat, 18 Jan 2014 00:13:31 -0600 Subject: [PATCH 1/1] imagex_extract(): Remove unused variables --- programs/imagex.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/programs/imagex.c b/programs/imagex.c index 0e3c6e8b..7914573f 100644 --- a/programs/imagex.c +++ b/programs/imagex.c @@ -2946,7 +2946,6 @@ imagex_extract(int argc, tchar **argv, int cmd) int ret; const tchar *wimfile; const tchar *image_num_or_name; - const tchar *pathlist; tchar *dest_dir = T("."); int extract_flags = WIMLIB_EXTRACT_FLAG_NORPFIX | WIMLIB_EXTRACT_FLAG_GLOB_PATHS | @@ -2955,8 +2954,6 @@ imagex_extract(int argc, tchar **argv, int cmd) STRING_SET(refglobs); - struct wimlib_extract_command *cmds; - size_t num_cmds; tchar *root_path = T(""); for_opt(c, extract_options) { -- 2.43.0