]> wimlib.net Git - wimlib/blobdiff - src/mount_image.c
Cleanup and add more comments
[wimlib] / src / mount_image.c
index 99db4ab38199f7bbca519f45858ff20732955f1c..7543b6e424b67770a7d35376b753f3e7b76386a1 100644 (file)
@@ -2414,11 +2414,6 @@ wimlib_mount_image(WIMStruct *wim, int image, const char *dir,
                        return ret;
        }
 
-       if (wim->hdr.wim_version == WIM_VERSION_STREAM_CONCAT) {
-               WARNING("WIM contains streams not compressed independently; "
-                       "access may be slow.");
-       }
-
        ret = select_wim_image(wim, image);
        if (ret)
                return ret;