From 40d4c31999e88689aefe5df230de313a2f45f064 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Wed, 23 Dec 2009 11:39:10 +0100 Subject: s3: Remove unused sendto_child() --- source3/winbindd/winbindd_proto.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'source3/winbindd/winbindd_proto.h') diff --git a/source3/winbindd/winbindd_proto.h b/source3/winbindd/winbindd_proto.h index fab31ba60b..ce1789e7fb 100644 --- a/source3/winbindd/winbindd_proto.h +++ b/source3/winbindd/winbindd_proto.h @@ -287,8 +287,6 @@ void async_domain_request(TALLOC_CTX *mem_ctx, struct winbindd_response *response, void (*continuation)(void *private_data_data, bool success), void *private_data_data); -void sendto_child(struct winbindd_cli_state *state, - struct winbindd_child *child); void sendto_domain(struct winbindd_cli_state *state, struct winbindd_domain *domain); void setup_child(struct winbindd_domain *domain, struct winbindd_child *child, -- cgit