diff options
author | Jim Meyering <jim@meyering.net> | 2001-11-20 09:53:33 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2001-11-20 09:53:33 +0000 |
commit | df6f3a4998f942fd7906afd5979b5fcff1b3bdc9 (patch) | |
tree | 5422dad5ff74ebafbab0de59a467e4eebf183394 | |
parent | 23b0d345e98d7688cc1235defaccd23535670042 (diff) | |
download | coreutils-df6f3a4998f942fd7906afd5979b5fcff1b3bdc9.tar.xz |
remove FIXME comment about duplicate code
-rw-r--r-- | src/tail.c | 1 |
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; |