From 25831cdef94b4b86d12e3eec134dd029c37c479e Mon Sep 17 00:00:00 2001 From: Florian Westphal Date: Wed, 27 Sep 2017 17:07:21 +0200 Subject: src: ct: remove unused functions since commit b0c2606ed02fed828ab7c34227e355f5542bc925 ("parser_bison: use keywords in ct expression") we no longer abuse string for this, so there are no users of these helpers anymore. Signed-off-by: Florian Westphal --- include/ct.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'include/ct.h') diff --git a/include/ct.h b/include/ct.h index becd09c6..895a6ee3 100644 --- a/include/ct.h +++ b/include/ct.h @@ -27,10 +27,6 @@ extern struct expr *ct_expr_alloc(const struct location *loc, enum nft_ct_keys key, int8_t direction); extern void ct_expr_update_type(struct proto_ctx *ctx, struct expr *expr); -extern struct error_record *ct_dir_parse(const struct location *loc, - const char *str, int8_t *dir); -extern struct error_record *ct_key_parse(const struct location *loc, const char *str, - unsigned int *key); extern struct error_record *ct_objtype_parse(const struct location *loc, const char *str, int *type); extern struct stmt *notrack_stmt_alloc(const struct location *loc); -- cgit v1.2.3