From ef5c498bd166b5284fdf80d95b03daaa7e05556a Mon Sep 17 00:00:00 2001 From: Pablo Neira Ayuso Date: Fri, 14 Jun 2019 11:55:08 +0200 Subject: evaluate: double datatype_free() with dynamic integer datatypes datatype_set() already deals with this case, remove this. Signed-off-by: Pablo Neira Ayuso --- include/datatype.h | 1 - 1 file changed, 1 deletion(-) (limited to 'include/datatype.h') diff --git a/include/datatype.h b/include/datatype.h index 23f45ab7..63617ebd 100644 --- a/include/datatype.h +++ b/include/datatype.h @@ -260,7 +260,6 @@ extern const struct datatype boolean_type; void inet_service_type_print(const struct expr *expr, struct output_ctx *octx); extern const struct datatype *concat_type_alloc(uint32_t type); -extern void concat_type_destroy(const struct datatype *dtype); static inline uint32_t concat_subtype_add(uint32_t type, uint32_t subtype) { -- cgit v1.2.3