From d793beed56823f3bbcef6bdea2c455e3171af870 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Tue, 28 Jul 2009 17:17:07 -0400 Subject: Remove a duplicate prototype --- source3/winbindd/winbindd_dual.c | 1 - 1 file changed, 1 deletion(-) diff --git a/source3/winbindd/winbindd_dual.c b/source3/winbindd/winbindd_dual.c index ab07c9767d..4709c17d63 100644 --- a/source3/winbindd/winbindd_dual.c +++ b/source3/winbindd/winbindd_dual.c @@ -386,7 +386,6 @@ struct winbindd_async_request { void *private_data; }; -static bool fork_domain_child(struct winbindd_child *child); static void async_request_done(struct tevent_req *req); void async_request(TALLOC_CTX *mem_ctx, struct winbindd_child *child, -- cgit