summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2009-08-31 18:39:41 +0200
committerJim Meyering <meyering@redhat.com>2009-09-01 12:10:07 +0200
commit1ce27f74ec9aa20214e28969799c0f569288daf1 (patch)
treeca06f63c96af993115d2a1aa9906c6cd530f5b17 /src
parentb2c30136dce9d9cb14afc1431f83b8e4bf75ee0a (diff)
downloadcoreutils-1ce27f74ec9aa20214e28969799c0f569288daf1.tar.xz
maint: du: remove unnecessary initialization
* src/du.c (main): Don't set "skip_file" unnecessarily.
Diffstat (limited to 'src')
-rw-r--r--src/du.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/du.c b/src/du.c
index f746c277c..24ed5e639 100644
--- 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: