From bce55916b51ec1a4c23322781e3b0c698ecc9561 Mon Sep 17 00:00:00 2001 From: Varsha Rao Date: Wed, 16 Aug 2017 19:48:13 +0530 Subject: src: Remove xt_stmt_() functions. Remove functions xt_stmt_alloc(), xt_stmt_release(), xt_stmt_xlate(), xt_stmt_print(), xt_stmt_destroy() as they are not used. Similarly, remove structure xt_stmt_ops. Signed-off-by: Varsha Rao Signed-off-by: Pablo Neira Ayuso --- include/statement.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'include/statement.h') diff --git a/include/statement.h b/include/statement.h index 49fb1091..61b5027b 100644 --- a/include/statement.h +++ b/include/statement.h @@ -195,8 +195,6 @@ struct xt_stmt { void *entry; }; -extern struct stmt *xt_stmt_alloc(const struct location *loc); - /** * enum stmt_types - statement types * -- cgit v1.2.3