]> git.ipfire.org Git - thirdparty/iproute2.git/commitdiff
devlink: remove unused "jw" field
authorJiri Pirko <jiri@mellanox.com>
Thu, 2 Apr 2020 09:55:39 +0000 (11:55 +0200)
committerDavid Ahern <dsahern@gmail.com>
Thu, 9 Apr 2020 14:39:28 +0000 (14:39 +0000)
This field is not used. Remove it.

Signed-off-by: Jiri Pirko <jiri@mellanox.com>
Signed-off-by: David Ahern <dsahern@gmail.com>
devlink/devlink.c

index 6405d4be760f675820c3a7d6b98e020afb741632..da30a96900219ce1a20a9aea31da07a7de057a2e 100644 (file)
@@ -318,7 +318,6 @@ struct dl {
        char **argv;
        bool no_nice_names;
        struct dl_opts opts;
-       json_writer_t *jw;
        bool json_output;
        bool pretty_output;
        bool verbose;