summaryrefslogtreecommitdiff
path: root/src/db/sysdb_private.h
diff options
context:
space:
mode:
authorSimo Sorce <simo@redhat.com>2013-01-08 13:57:51 -0500
committerJakub Hrozek <jhrozek@redhat.com>2013-01-15 10:53:03 +0100
commitb353437811527daf305fceef5f07e990c50d62ca (patch)
treebae93aa16192a39156e1234e5713701e3dce7be3 /src/db/sysdb_private.h
parentc14184c07634801cda7864aa17c6fa8dc9ab43d1 (diff)
downloadsssd-b353437811527daf305fceef5f07e990c50d62ca.tar.gz
sssd-b353437811527daf305fceef5f07e990c50d62ca.tar.bz2
sssd-b353437811527daf305fceef5f07e990c50d62ca.zip
Kill sysdb->domain
Finally remove this upside-down dependency.
Diffstat (limited to 'src/db/sysdb_private.h')
-rw-r--r--src/db/sysdb_private.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/db/sysdb_private.h b/src/db/sysdb_private.h
index 5a900f17..012a13b8 100644
--- a/src/db/sysdb_private.h
+++ b/src/db/sysdb_private.h
@@ -83,8 +83,6 @@
#include "db/sysdb.h"
struct sysdb_ctx {
- struct sss_domain_info *domain; /* *DEPRECATED*, do not use! */
-
struct ldb_context *ldb;
char *ldb_file;
};