From: Jim Meyering Date: Tue, 20 Nov 2001 09:53:33 +0000 (+0000) Subject: remove FIXME comment about duplicate code X-Git-Tag: TEXTUTILS-2_0_17~24 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=df6f3a4998f942fd7906afd5979b5fcff1b3bdc9;p=thirdparty%2Fcoreutils.git remove FIXME comment about duplicate code --- 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;