diff options
author | Jim Meyering <jim@meyering.net> | 1999-07-26 09:01:27 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1999-07-26 09:01:27 +0000 |
commit | 4dd5a9b806aa4c47c0956589de8b7167a6f6e874 (patch) | |
tree | 2dd70a862e41d8ba2aeb47e7310c3e9a99ec08b5 /src | |
parent | 8ddf2904779fefb47e4caa68632341a22f18cffa (diff) | |
download | coreutils-4dd5a9b806aa4c47c0956589de8b7167a6f6e874.tar.xz |
(struct File_spec) [n_stat_calls]: Remove unused member.
Diffstat (limited to 'src')
-rw-r--r-- | src/tail.c | 3 |
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 */ |