]> wimlib.net Git - wimlib/blobdiff - include/wimlib.h
unix_apply.c: separate creation, data extraction, and metadata passes
[wimlib] / include / wimlib.h
index 542827745d0c8ed81184577d295ffa2b05c5a3a7..8d39780870cf6236c4e159f893e7e7a9dbedc735 100644 (file)
@@ -1009,12 +1009,7 @@ union wimlib_progress_info {
                 * is because extraction backends are free to implement an
                 * extraction algorithm that might be more efficient than
                 * processing every file in the "extract file structure" and
-                * "extract file metadata" phases.  For example, the current
-                * implementation of the UNIX extraction backend will create
-                * files on-demand during the "extract file data" phase.
-                * Therefore, when using that particular extraction backend, @p
-                * end_file_count will only include directories and empty files.
-                */
+                * "extract file metadata" phases.  */
                uint64_t end_file_count;
        } extract;