From: Petr Uzel Date: Thu, 12 Jul 2012 08:09:58 +0000 (+0200) Subject: swapon: kill unused variables in show_table() X-Git-Tag: v2.22-rc1~149 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=4c46af85e7320ddd0cefc95e9ee6a787552cfdb0;p=thirdparty%2Futil-linux.git swapon: kill unused variables in show_table() Signed-off-by: Petr Uzel --- 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)