remove useless error output

This commit is contained in:
Paul Davis 2015-01-22 11:22:29 -05:00
parent 44ca3c948c
commit a2e77c0c4e
1 changed files with 0 additions and 1 deletions

View File

@ -151,7 +151,6 @@ main (int argc, char* argv[])
for (n = 0; n < nfiles; ++n) {
if (read (files[n], (char*) data, block_size) != block_size) {
fprintf (stderr, "read failed on file %d (%s)\n", n, strerror (errno));
goto out;
}
}