diff options
author | Jim Meyering <meyering@redhat.com> | 2009-08-31 18:39:41 +0200 |
---|---|---|
committer | Jim Meyering <meyering@redhat.com> | 2009-09-01 12:10:07 +0200 |
commit | 1ce27f74ec9aa20214e28969799c0f569288daf1 (patch) | |
tree | ca06f63c96af993115d2a1aa9906c6cd530f5b17 /src/du.c | |
parent | b2c30136dce9d9cb14afc1431f83b8e4bf75ee0a (diff) | |
download | coreutils-1ce27f74ec9aa20214e28969799c0f569288daf1.tar.gz coreutils-1ce27f74ec9aa20214e28969799c0f569288daf1.tar.bz2 coreutils-1ce27f74ec9aa20214e28969799c0f569288daf1.zip |
maint: du: remove unnecessary initialization
* src/du.c (main): Don't set "skip_file" unnecessarily.
Diffstat (limited to 'src/du.c')
-rw-r--r-- | src/du.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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: |