summaryrefslogtreecommitdiff
path: root/src/tail.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2001-11-20 09:53:33 +0000
committerJim Meyering <jim@meyering.net>2001-11-20 09:53:33 +0000
commitdf6f3a4998f942fd7906afd5979b5fcff1b3bdc9 (patch)
tree5422dad5ff74ebafbab0de59a467e4eebf183394 /src/tail.c
parent23b0d345e98d7688cc1235defaccd23535670042 (diff)
downloadcoreutils-df6f3a4998f942fd7906afd5979b5fcff1b3bdc9.tar.xz
remove FIXME comment about duplicate code
Diffstat (limited to 'src/tail.c')
-rw-r--r--src/tail.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/tail.c b/src/tail.c
index 5bb6ad998..e474560de 100644
--- a/src/tail.c
+++ b/src/tail.c
@@ -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;