From 594805845af5104a12075f5e0f5ec4d66a2a3e5b Mon Sep 17 00:00:00 2001 From: Varsha Rao Date: Wed, 16 Aug 2017 19:48:15 +0530 Subject: src: cli: Remove cli_display() function. Remove cli_display() function, as it is not called anywhere in source code. Signed-off-by: Varsha Rao Signed-off-by: Pablo Neira Ayuso --- include/cli.h | 1 - 1 file changed, 1 deletion(-) (limited to 'include') diff --git a/include/cli.h b/include/cli.h index e5774008..40fc63ea 100644 --- a/include/cli.h +++ b/include/cli.h @@ -15,6 +15,5 @@ static inline int cli_init(struct nft_ctx *nft, struct mnl_socket *nf_sock, } #endif extern void cli_exit(void); -extern void cli_display(const char *fmt, va_list ap) __fmtstring(1, 0); #endif -- cgit v1.2.3