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 5bb6ad9..e474560 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;