diff options
Diffstat (limited to 'coreutils')
-rw-r--r-- | coreutils/dd.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/coreutils/dd.c b/coreutils/dd.c index 800ed59..9468cdd 100644 --- a/coreutils/dd.c +++ b/coreutils/dd.c @@ -152,8 +152,6 @@ extern int dd_main (int argc, char **argv) argc--; argv++; } - if ( inFile == NULL || outFile == NULL) - goto usage; buf = malloc (blockSize); if (buf == NULL) { |