[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20191216064344.1470824-2-bpoirier@cumulusnetworks.com>
Date: Mon, 16 Dec 2019 15:43:37 +0900
From: Benjamin Poirier <bpoirier@...ulusnetworks.com>
To: netdev@...r.kernel.org
Cc: Roopa Prabhu <roopa@...ulusnetworks.com>
Subject: [PATCH iproute2 1/8] json_print: Remove declaration without implementation
Fixes: 6377572f0aa8 ("ip: ip_print: add new API to print JSON or regular format output")
Signed-off-by: Benjamin Poirier <bpoirier@...ulusnetworks.com>
---
include/json_print.h | 2 --
1 file changed, 2 deletions(-)
diff --git a/include/json_print.h b/include/json_print.h
index fe92d14c..6695654f 100644
--- a/include/json_print.h
+++ b/include/json_print.h
@@ -34,8 +34,6 @@ void delete_json_obj(void);
bool is_json_context(void);
-void fflush_fp(void);
-
void open_json_object(const char *str);
void close_json_object(void);
void open_json_array(enum output_type type, const char *delim);
--
2.24.0
Powered by blists - more mailing lists