From a1161d552f560b9e98c9963eb9db3fa513824f02 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jean-Pierre=20Andr=C3=A9?= Date: Thu, 4 Aug 2011 15:49:36 +0200 Subject: [PATCH] cosmetic : Removed a pointless store in ntfs_attr_make_resident() (Fabian Keil) --- libntfs-3g/attrib.c | 1 - 1 file changed, 1 deletion(-) diff --git a/libntfs-3g/attrib.c b/libntfs-3g/attrib.c index 90a7b6ee..7a8dbe2b 100644 --- a/libntfs-3g/attrib.c +++ b/libntfs-3g/attrib.c @@ -5351,7 +5351,6 @@ static int ntfs_attr_make_resident(ntfs_attr *na, ntfs_attr_search_ctx *ctx) * record is in a transiently corrupted state at this moment in time. */ if (ntfs_cluster_free(vol, na, 0, -1) < 0) { - err = errno; ntfs_log_perror("Eeek! Failed to release allocated clusters"); ntfs_log_trace("Ignoring error and leaving behind wasted " "clusters.\n");