devlink: remove unused "jw" field

This field is not used. Remove it.

Signed-off-by: Jiri Pirko <jiri@mellanox.com>
Signed-off-by: David Ahern <dsahern@gmail.com>
This commit is contained in:
Jiri Pirko 2020-04-02 11:55:39 +02:00 committed by David Ahern
parent 0827cc53f3
commit 1c3ed78001
1 changed files with 0 additions and 1 deletions

View 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;