summaryrefslogtreecommitdiffstats
path: root/src/db/sysdb.h
diff options
context:
space:
mode:
authorSimo Sorce <simo@redhat.com>2013-01-08 14:02:53 -0500
committerJakub Hrozek <jhrozek@redhat.com>2013-01-15 10:53:03 +0100
commitf91e4aacb78d33791efcd744000597d5254dac4b (patch)
tree3e0069ee92bb016d3241876cbeef3ae9e457a257 /src/db/sysdb.h
parentb353437811527daf305fceef5f07e990c50d62ca (diff)
downloadsssd-f91e4aacb78d33791efcd744000597d5254dac4b.tar.gz
sssd-f91e4aacb78d33791efcd744000597d5254dac4b.tar.xz
sssd-f91e4aacb78d33791efcd744000597d5254dac4b.zip
Stop creating fake sysdb contexts
Now that the sysdb context does not contain anymore domain related data we can simply stop creating faxe sysdb context and just reference the parent context.
Diffstat (limited to 'src/db/sysdb.h')
-rw-r--r--src/db/sysdb.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/db/sysdb.h b/src/db/sysdb.h
index 25304289f..6dd833bfe 100644
--- a/src/db/sysdb.h
+++ b/src/db/sysdb.h
@@ -373,11 +373,6 @@ errno_t sysdb_update_subdomains(struct sysdb_ctx *sysdb,
int num_subdoms,
struct sysdb_subdom *subdoms);
-errno_t sysdb_get_subdomain_context(TALLOC_CTX *mem_ctx,
- struct sysdb_ctx *sysdb,
- struct sss_domain_info *subdomain,
- struct sysdb_ctx **subdomain_ctx);
-
errno_t sysdb_master_domain_get_info(TALLOC_CTX *mem_ctx,
struct sysdb_ctx *sysdb,
struct sss_domain_info *domain,