From ed90f46a8207cb1289704ea64bc490d5835f3010 Mon Sep 17 00:00:00 2001 From: Dimitri Staessens Date: Tue, 14 Mar 2023 12:50:25 +0100 Subject: irmd: Remove unused function reg_entry_wait_state Signed-off-by: Dimitri Staessens Signed-off-by: Sander Vrijders --- src/irmd/registry.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/irmd/registry.h') diff --git a/src/irmd/registry.h b/src/irmd/registry.h index 222235dc..6ad0890a 100644 --- a/src/irmd/registry.h +++ b/src/irmd/registry.h @@ -98,10 +98,6 @@ int reg_entry_leave_state(struct reg_entry * e, enum reg_name_state state, struct timespec * timeout); -int reg_entry_wait_state(struct reg_entry * e, - enum reg_name_state state, - struct timespec * timeout); - struct reg_entry * registry_add_name(struct list_head * registry, const char * name); -- cgit v1.2.3