From: Karel Zak Date: Thu, 5 Apr 2018 09:44:27 +0000 (+0200) Subject: lsmem: remove unused variable X-Git-Tag: v2.33-rc1~336 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=93c2a8b275aaa478bf6922cb2a453c4bb2b622ed;p=thirdparty%2Futil-linux.git lsmem: remove unused variable Signed-off-by: Karel Zak --- diff --git a/sys-utils/lsmem.c b/sys-utils/lsmem.c index 517207431c..6dd03ae248 100644 --- a/sys-utils/lsmem.c +++ b/sys-utils/lsmem.c @@ -119,8 +119,6 @@ struct coldesc { double whint; /* width hint (N < 1 is in percent of termwidth) */ int flags; /* SCOLS_FL_* */ const char *help; - - int sort_type; /* SORT_* */ }; /* columns descriptions */