]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
lsmem: remove unused variable
authorKarel Zak <kzak@redhat.com>
Thu, 5 Apr 2018 09:44:27 +0000 (11:44 +0200)
committerKarel Zak <kzak@redhat.com>
Thu, 5 Apr 2018 09:44:27 +0000 (11:44 +0200)
Signed-off-by: Karel Zak <kzak@redhat.com>
sys-utils/lsmem.c

index 517207431c8309b7542dabbd6e9f276b64bdd657..6dd03ae248fd142591da6fa1caddd0f457b7d41b 100644 (file)
@@ -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 */