summaryrefslogtreecommitdiff
path: root/src/providers/ldap/sdap_async_initgroups.c
diff options
context:
space:
mode:
authorLukas Slebodnik <lslebodn@redhat.com>2013-03-13 13:34:40 +0100
committerJakub Hrozek <jhrozek@redhat.com>2013-03-19 14:13:50 +0100
commit1f469537545a20b62cb35966033be24e1c0cae39 (patch)
tree5d4765ea2f49870075def85d7c331b1c0a782222 /src/providers/ldap/sdap_async_initgroups.c
parent233a3c6c48972b177e60d6ef4cecfacd3cf31659 (diff)
downloadsssd-1f469537545a20b62cb35966033be24e1c0cae39.tar.gz
sssd-1f469537545a20b62cb35966033be24e1c0cae39.tar.bz2
sssd-1f469537545a20b62cb35966033be24e1c0cae39.zip
Removing unused declaration of functions and variable.
Variables dir_cc and file_cc are used in three modules: krb5_common.c, krb5_utils.c, krb5_child-test.c, therefore should be declared with extern in krb5_utils.h.
Diffstat (limited to 'src/providers/ldap/sdap_async_initgroups.c')
-rw-r--r--src/providers/ldap/sdap_async_initgroups.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/providers/ldap/sdap_async_initgroups.c b/src/providers/ldap/sdap_async_initgroups.c
index a79ceb59..a4310b46 100644
--- a/src/providers/ldap/sdap_async_initgroups.c
+++ b/src/providers/ldap/sdap_async_initgroups.c
@@ -2621,15 +2621,6 @@ static errno_t sdap_get_initgr_next_base(struct tevent_req *req)
return EOK;
}
-static struct tevent_req *sdap_initgr_rfc2307bis_send(
- TALLOC_CTX *memctx,
- struct tevent_context *ev,
- struct sdap_options *opts,
- struct sysdb_ctx *sysdb,
- struct sss_domain_info *dom,
- struct sdap_handle *sh,
- const char *name,
- const char *orig_dn);
static void sdap_get_initgr_user(struct tevent_req *subreq)
{
struct tevent_req *req = tevent_req_callback_data(subreq,
@@ -2802,7 +2793,6 @@ fail:
tevent_req_error(req, ret);
}
-static int sdap_initgr_rfc2307bis_recv(struct tevent_req *req);
static void sdap_get_initgr_pgid(struct tevent_req *req);
static void sdap_get_initgr_done(struct tevent_req *subreq)
{