From 0bda832322dc426583477c05f640ca3acbbe8886 Mon Sep 17 00:00:00 2001 From: Karel Zak Date: Thu, 3 May 2012 12:19:52 +0200 Subject: [PATCH] lslock: remove duplicate variable Signed-off-by: Karel Zak --- misc-utils/lslocks.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/misc-utils/lslocks.c b/misc-utils/lslocks.c index dd7183f9da..2f9093de82 100644 --- a/misc-utils/lslocks.c +++ b/misc-utils/lslocks.c @@ -78,8 +78,6 @@ static struct colinfo infos[] = { #define NCOLS ARRAY_SIZE(infos) static int columns[NCOLS], ncolumns; static pid_t pid = 0; -/* array with IDs of enabled columns */ -static int columns[NCOLS], ncolumns; struct lock { struct list_head locks; -- 2.47.3