]> wimlib.net Git - wimlib/blobdiff - src/unix_apply.c
imagex.c: Use recommend_man_page() at the end of full help output
[wimlib] / src / unix_apply.c
index 0b96055d8142afe916d35eb9eaab6cc75f2e615e..969b8d2b6f74354eb7f0a6c7e0da2d3b80abc860 100644 (file)
@@ -383,8 +383,6 @@ unix_extract_directory(struct wim_dentry *dentry, const tchar *output_path,
        ret = tstat(output_path, &stbuf);
        if (ret == 0) {
                if (S_ISDIR(stbuf.st_mode)) {
-                       /*if (!is_root)*/
-                               /*WARNING("`%s' already exists", output_path);*/
                        goto dir_exists;
                } else {
                        ERROR("`%"TS"' is not a directory", output_path);