file: remove unnecessary uci_fixup_section calls
[project/uci.git] / uci_internal.h
index db8cc30128aab79d181381f3b20a41a7ea43b5e5..61f2da2ab337bc89cf9278f3cb26171d686428b1 100644 (file)
@@ -61,7 +61,6 @@ __private void uci_alloc_parse_context(struct uci_context *ctx);
 
 __private void uci_cleanup(struct uci_context *ctx);
 __private struct uci_element *uci_lookup_list(struct uci_list *list, const char *name);
-__private void uci_fixup_section(struct uci_context *ctx, struct uci_section *s);
 __private void uci_free_package(struct uci_package **package);
 __private struct uci_element *uci_alloc_generic(struct uci_context *ctx, int type, const char *name, int size);
 __private void uci_free_element(struct uci_element *e);