json_print: Remove declaration without implementation

Fixes: 6377572f0a ("ip: ip_print: add new API to print JSON or regular format output")
Signed-off-by: Benjamin Poirier <bpoirier@cumulusnetworks.com>
Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
This commit is contained in:
Benjamin Poirier 2019-12-16 15:43:37 +09:00 committed by Stephen Hemminger
parent 9eee92a41a
commit 15322f46c3
1 changed files with 0 additions and 2 deletions

View File

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