X-Git-Url: https://wimlib.net/git/?a=blobdiff_plain;f=src%2Fntfs-apply.c;h=84fed6a3b2bf5bda5d57772e807051a973ca1a36;hb=d66b5c805c4e9a660bac6f979d88c1820cb031f2;hp=c00be57fe743e9740b884b81066ea7a0f8aaf38d;hpb=4f844f1d4777cc2ee957fad04c399880e5757083;p=wimlib diff --git a/src/ntfs-apply.c b/src/ntfs-apply.c index c00be57f..84fed6a3 100644 --- a/src/ntfs-apply.c +++ b/src/ntfs-apply.c @@ -390,9 +390,6 @@ static int preapply_dentry_with_dos_name(struct dentry *dentry, } /* If there's a dentry with a DOS name, extract it first */ if (dentry_with_dos_name && !dentry_with_dos_name->is_extracted) { - char *p; - const char *dir_name; - char orig; int ret; ntfs_volume *vol = (*dir_ni_p)->vol;