1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-20 22:50:26 +03:00

s3: Remove unused sendto_child()

This commit is contained in:
Volker Lendecke 2009-12-23 11:39:10 +01:00
parent 475d296065
commit 40d4c31999
2 changed files with 0 additions and 9 deletions

View File

@ -527,13 +527,6 @@ static void recvfrom_child(void *private_data_data, bool success)
request_ok(state);
}
void sendto_child(struct winbindd_cli_state *state,
struct winbindd_child *child)
{
async_request(state->mem_ctx, child, state->request,
state->response, recvfrom_child, state);
}
void sendto_domain(struct winbindd_cli_state *state,
struct winbindd_domain *domain)
{

View File

@ -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,