]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
maint: du: remove unnecessary initialization
authorJim Meyering <meyering@redhat.com>
Mon, 31 Aug 2009 16:39:41 +0000 (18:39 +0200)
committerJim Meyering <meyering@redhat.com>
Tue, 1 Sep 2009 10:10:07 +0000 (12:10 +0200)
* src/du.c (main): Don't set "skip_file" unnecessarily.

src/du.c

index f746c277c307a7dd360aeada1100403b9e840b81..24ed5e6397049f31a5673764c8088971f78c9ff5 100644 (file)
--- a/src/du.c
+++ b/src/du.c
@@ -963,7 +963,6 @@ main (int argc, char **argv)
             {
             case AI_ERR_READ:
               error (0, errno, _("%s: read error"), quote (files_from));
-              skip_file = true;
               continue;
 
             case AI_ERR_MEM: