diff mbox series

[iproute2,1/8] json_print: Remove declaration without implementation

Message ID 20191216064344.1470824-2-bpoirier@cumulusnetworks.com
State Accepted
Delegated to: stephen hemminger
Headers show
Series bridge vlan tunnelshow fixes | expand

Commit Message

Benjamin Poirier Dec. 16, 2019, 6:43 a.m. UTC
Fixes: 6377572f0aa8 ("ip: ip_print: add new API to print JSON or regular format output")
Signed-off-by: Benjamin Poirier <bpoirier@cumulusnetworks.com>
---
 include/json_print.h | 2 --
 1 file changed, 2 deletions(-)
diff mbox series

Patch

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