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:
parent
0827cc53f3
commit
1c3ed78001
|
|
@ -318,7 +318,6 @@ struct dl {
|
||||||
char **argv;
|
char **argv;
|
||||||
bool no_nice_names;
|
bool no_nice_names;
|
||||||
struct dl_opts opts;
|
struct dl_opts opts;
|
||||||
json_writer_t *jw;
|
|
||||||
bool json_output;
|
bool json_output;
|
||||||
bool pretty_output;
|
bool pretty_output;
|
||||||
bool verbose;
|
bool verbose;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue