summaryrefslogtreecommitdiff
path: root/source3/winbindd/winbindd_idmap.c
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2009-12-21 14:42:18 +0100
committerVolker Lendecke <vl@samba.org>2009-12-21 16:27:19 +0100
commit4b84d7539919253bdaaddebdee3b3561c3f1cefb (patch)
tree39a79a07a8c0942e387058ca05318f8c09bc77f6 /source3/winbindd/winbindd_idmap.c
parent3f98c2c7ab51de028c63443c6308a36af349365e (diff)
downloadsamba-4b84d7539919253bdaaddebdee3b3561c3f1cefb.tar.gz
samba-4b84d7539919253bdaaddebdee3b3561c3f1cefb.tar.bz2
samba-4b84d7539919253bdaaddebdee3b3561c3f1cefb.zip
s3: Remove unused do_async
Diffstat (limited to 'source3/winbindd/winbindd_idmap.c')
-rw-r--r--source3/winbindd/winbindd_idmap.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/source3/winbindd/winbindd_idmap.c b/source3/winbindd/winbindd_idmap.c
index d3f34b1da1..5d7496bd83 100644
--- a/source3/winbindd/winbindd_idmap.c
+++ b/source3/winbindd/winbindd_idmap.c
@@ -7,17 +7,6 @@
Copyright (C) Gerald Carter 2006
Copyright (C) Simo Sorce 2007
- The helpers always consist of three functions:
-
- * A request setup function that takes the necessary parameters together
- with a continuation function that is to be called upon completion
-
- * A private continuation function that is internal only. This is to be
- called by the lower-level functions in do_async(). Its only task is to
- properly call the continuation function named above.
-
- * A worker function that is called inside the appropriate child process.
-
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 3 of the License, or