From 4c46af85e7320ddd0cefc95e9ee6a787552cfdb0 Mon Sep 17 00:00:00 2001 From: Petr Uzel Date: Thu, 12 Jul 2012 10:09:58 +0200 Subject: [PATCH] swapon: kill unused variables in show_table() Signed-off-by: Petr Uzel --- sys-utils/swapon.c | 1 - 1 file changed, 1 deletion(-) diff --git a/sys-utils/swapon.c b/sys-utils/swapon.c index 0858894c4f..05d025c00e 100644 --- a/sys-utils/swapon.c +++ b/sys-utils/swapon.c @@ -216,7 +216,6 @@ static int show_table(int tt_flags, int bytes) struct libmnt_fs *fs; int i, rc = 0; - struct list_head *p, *pnext; struct tt *tt; if (!st) -- 2.47.3