X-Git-Url: https://wimlib.net/git/?p=wimlib;a=blobdiff_plain;f=src%2Fntfs-apply.c;h=84fed6a3b2bf5bda5d57772e807051a973ca1a36;hp=c00be57fe743e9740b884b81066ea7a0f8aaf38d;hb=b3d65ccab09cc7f33380cb5bf43709349d079087;hpb=4f844f1d4777cc2ee957fad04c399880e5757083 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;