summaryrefslogtreecommitdiff
path: root/src/tail.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1999-07-26 09:01:27 +0000
committerJim Meyering <jim@meyering.net>1999-07-26 09:01:27 +0000
commit4dd5a9b806aa4c47c0956589de8b7167a6f6e874 (patch)
tree2dd70a862e41d8ba2aeb47e7310c3e9a99ec08b5 /src/tail.c
parent8ddf2904779fefb47e4caa68632341a22f18cffa (diff)
downloadcoreutils-4dd5a9b806aa4c47c0956589de8b7167a6f6e874.tar.xz
(struct File_spec) [n_stat_calls]: Remove unused member.
Diffstat (limited to 'src/tail.c')
-rw-r--r--src/tail.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/tail.c b/src/tail.c
index f680f84f2..d8d8287e2 100644
--- a/src/tail.c
+++ b/src/tail.c
@@ -103,9 +103,6 @@ struct File_spec
ino_t ino;
/* FIXME: describe */
- unsigned int n_stat_calls;
-
- /* FIXME: describe */
unsigned int n_unchanged_stats;
/* FIXME: describe */