From 65410297b5e1eace172efddaa5cfe5fe77fa251d Mon Sep 17 00:00:00 2001 From: Eric Biggers Date: Fri, 1 Nov 2013 00:28:09 -0500 Subject: [PATCH] ntfs_3g_apply.c: Remove unused variable --- src/ntfs-3g_apply.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/ntfs-3g_apply.c b/src/ntfs-3g_apply.c index bf122a81..356f5fe7 100644 --- a/src/ntfs-3g_apply.c +++ b/src/ntfs-3g_apply.c @@ -419,7 +419,6 @@ sd_fixup(const u8 *_desc, size_t *size_p) const wimlib_SECURITY_DESCRIPTOR_RELATIVE *desc = (const wimlib_SECURITY_DESCRIPTOR_RELATIVE*)_desc; wimlib_SECURITY_DESCRIPTOR_RELATIVE *desc_new; - u32 sid_offset; const wimlib_SID *owner, *group, *sid; /* Don't attempt to fix clearly invalid security descriptors. */ -- 2.43.0