From 1c3ed78001711f482ae252c7cb35a60337199dca Mon Sep 17 00:00:00 2001 From: Jiri Pirko Date: Thu, 2 Apr 2020 11:55:39 +0200 Subject: [PATCH] devlink: remove unused "jw" field This field is not used. Remove it. Signed-off-by: Jiri Pirko Signed-off-by: David Ahern --- devlink/devlink.c | 1 - 1 file changed, 1 deletion(-) diff --git a/devlink/devlink.c b/devlink/devlink.c index 6405d4be..da30a969 100644 --- a/devlink/devlink.c +++ b/devlink/devlink.c @@ -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;