From fd5508b8daec47e9f646c086d4cc310583154b97 Mon Sep 17 00:00:00 2001 From: Dimitri Staessens Date: Wed, 21 Mar 2018 17:43:51 +0100 Subject: irmd: Remove obsolete layer to name mappings The IRMd kept a mapping from layer names to registered names, but this is obsolete since the introduction of the query functionality. Signed-off-by: Dimitri Staessens Signed-off-by: Sander Vrijders --- src/irmd/registry.h | 9 --------- 1 file changed, 9 deletions(-) (limited to 'src/irmd/registry.h') diff --git a/src/irmd/registry.h b/src/irmd/registry.h index 08fa9f28..c570be32 100644 --- a/src/irmd/registry.h +++ b/src/irmd/registry.h @@ -119,15 +119,6 @@ struct reg_entry * registry_get_entry_by_hash(struct list_head * registry, const uint8_t * hash, size_t len); -int registry_add_name_to_layer(struct list_head * registry, - const char * name, - const char * layer_name, - enum ipcp_type type); - -void registry_del_name_from_layer(struct list_head * registry, - const char * name, - const char * layer_name); - void registry_destroy(struct list_head * registry); #endif /* OUROBOROS_IRMD_REGISTRY_H */ -- cgit v1.2.3