From 5de112c239ab97ebaba5a935d29504bff0586be7 Mon Sep 17 00:00:00 2001 From: Varsha Rao Date: Fri, 30 Jun 2017 14:56:19 +0530 Subject: include: Remove datatype_register(). Remove datatype_register() function and its calling __init functions. Add arguments of datatype_register() function to datatype array. Signed-off-by: Varsha Rao 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 58c4d3e0..2e345910 100644 --- a/include/datatype.h +++ b/include/datatype.h @@ -152,7 +152,6 @@ struct datatype { const struct symbol_table *sym_tbl; }; -extern void datatype_register(const struct datatype *dtype); extern const struct datatype *datatype_lookup(enum datatypes type); extern const struct datatype *datatype_lookup_byname(const char *name); -- cgit v1.2.3