summaryrefslogtreecommitdiffstats
path: root/include/datatype.h
diff options
context:
space:
mode:
authorPablo Neira Ayuso <pablo@netfilter.org>2019-06-14 11:55:08 +0200
committerPablo Neira Ayuso <pablo@netfilter.org>2019-06-14 11:56:48 +0200
commitef5c498bd166b5284fdf80d95b03daaa7e05556a (patch)
treeb5735ccda285ef3481dc1d532c7858ce6175bf5f /include/datatype.h
parent0867f363a43f9772aa706925db962731dcab976d (diff)
evaluate: double datatype_free() with dynamic integer datatypes
datatype_set() already deals with this case, remove this. Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'include/datatype.h')
-rw-r--r--include/datatype.h1
1 files changed, 0 insertions, 1 deletions
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)
{