From 4e7e68ca6fdf58d2c65664e00fddc29075fa8e5d Mon Sep 17 00:00:00 2001 From: Sami Kerola Date: Sat, 14 Jul 2012 23:47:07 +0200 Subject: [PATCH] utmpdump: remove unused variable Signed-off-by: Sami Kerola --- login-utils/utmpdump.c | 1 - 1 file changed, 1 deletion(-) diff --git a/login-utils/utmpdump.c b/login-utils/utmpdump.c index 8af333a803..1fa274ef45 100644 --- a/login-utils/utmpdump.c +++ b/login-utils/utmpdump.c @@ -142,7 +142,6 @@ done: static int follow_by_inotify(FILE *fp, const char *filename) { char buf[NEVENTS * sizeof(struct inotify_event)]; - struct utmp ut; int fd, wd, event; ssize_t length; off_t size; -- 2.47.3