From: Eric Biggers Date: Sat, 18 Jan 2014 06:13:31 +0000 (-0600) Subject: imagex_extract(): Remove unused variables X-Git-Tag: v1.6.1~9 X-Git-Url: https://wimlib.net/git/?p=wimlib;a=commitdiff_plain;h=1a08ade3f32c5557445562148e897f27ac942e3f imagex_extract(): Remove unused variables --- 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) {