util-linux.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/2] swapon: kill unused variables in show_table()
@ 2012-07-12  8:09 Petr Uzel
  2012-07-12  8:09 ` [PATCH 2/2] libblkid: cast blkid_loff_t to unsigned long long Petr Uzel
  2012-07-16 16:24 ` [PATCH 1/2] swapon: kill unused variables in show_table() Karel Zak
  0 siblings, 2 replies; 4+ messages in thread
From: Petr Uzel @ 2012-07-12  8:09 UTC (permalink / raw)
  To: util-linux


Signed-off-by: Petr Uzel <petr.uzel@suse.cz>
---
 sys-utils/swapon.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/sys-utils/swapon.c b/sys-utils/swapon.c
index 0858894..05d025c 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)
-- 
1.7.7


^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2012-07-16 16:24 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-07-12  8:09 [PATCH 1/2] swapon: kill unused variables in show_table() Petr Uzel
2012-07-12  8:09 ` [PATCH 2/2] libblkid: cast blkid_loff_t to unsigned long long Petr Uzel
2012-07-16 16:24   ` Karel Zak
2012-07-16 16:24 ` [PATCH 1/2] swapon: kill unused variables in show_table() Karel Zak

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).