]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
remove FIXME comment about duplicate code
authorJim Meyering <jim@meyering.net>
Tue, 20 Nov 2001 09:53:33 +0000 (09:53 +0000)
committerJim Meyering <jim@meyering.net>
Tue, 20 Nov 2001 09:53:33 +0000 (09:53 +0000)
src/tail.c

index 5bb6ad99815af97d10c22cf6c31fe5ef7b0b68bb..e474560de2e162ac875910f36d15cf0cb252b907 100644 (file)
@@ -1204,7 +1204,6 @@ tail_file (struct File_spec *f, off_t n_units)
          struct stat stats;
 
          f->errnum = 0;
-         /* FIXME: duplicate code */
          if (fstat (fd, &stats) < 0)
            {
              errors = 1;