From 15322f46c3427a7d065b41fc5b0e513755329295 Mon Sep 17 00:00:00 2001 From: Benjamin Poirier Date: Mon, 16 Dec 2019 15:43:37 +0900 Subject: [PATCH] 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 Signed-off-by: Stephen Hemminger --- include/json_print.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/include/json_print.h b/include/json_print.h index fe92d14ca..6695654f7 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.47.2