X-Git-Url: https://wimlib.net/git/?p=wimlib;a=blobdiff_plain;f=programs%2Fimagex.c;h=7914573f59fa45a5213e610316ae7eae817c371f;hp=0e3c6e8b0016a8d70dee0e0c012fc9080999701d;hb=1a08ade3f32c5557445562148e897f27ac942e3f;hpb=013617d583c028b1741bfc05c22e7a626b394174 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) {