]> wimlib.net Git - wimlib/blobdiff - src/update_image.c
resource.h: Fix comment
[wimlib] / src / update_image.c
index 37d6593c1cc0f0b9bed4d6bb2b312e10f033a1c7..a2589f0cfe2325149f91a4f6ac9653f1b935991e 100644 (file)
@@ -849,9 +849,6 @@ execute_add_command(struct update_command_journal *j,
        if (progress_func)
                progress_func(WIMLIB_PROGRESS_MSG_SCAN_BEGIN, &params.progress);
 
-       config.prefix = fs_source_path;
-       config.prefix_num_tchars = tstrlen(fs_source_path);
-
        if (WIMLIB_IS_WIM_ROOT_PATH(wim_target_path))
                params.add_flags |= WIMLIB_ADD_FLAG_ROOT;
        ret = (*capture_tree)(&branch, fs_source_path, &params);