From df6f3a4998f942fd7906afd5979b5fcff1b3bdc9 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Tue, 20 Nov 2001 09:53:33 +0000 Subject: [PATCH] remove FIXME comment about duplicate code --- src/tail.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/tail.c b/src/tail.c index 5bb6ad9981..e474560de2 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; -- 2.47.3