From 4075b6ec704b03f387af8044762f228b60ffb2d6 Mon Sep 17 00:00:00 2001 From: Eric Biggers Date: Mon, 4 Aug 2014 21:07:07 -0500 Subject: [PATCH] ntfs-3g_capture.c: Remove a never-executed statement --- src/ntfs-3g_capture.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/ntfs-3g_capture.c b/src/ntfs-3g_capture.c index af9ebbee..fa5b4690 100644 --- a/src/ntfs-3g_capture.c +++ b/src/ntfs-3g_capture.c @@ -789,8 +789,6 @@ out: if (do_ntfs_umount(vol)) { ERROR_WITH_ERRNO("Failed to unmount NTFS volume `%s'", device); - if (ret == 0) - ret = WIMLIB_ERR_NTFS_3G; } } else { /* We need to leave the NTFS volume mounted so that we can read -- 2.43.0