diff options
-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 */ |