summaryrefslogtreecommitdiff
path: root/source4/dsdb/schema
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2011-08-09 11:54:17 +1000
committerAndrew Bartlett <abartlet@samba.org>2011-08-09 11:56:23 +0200
commitdee678a7be373bbe6497e60d9283dae4ca4793ec (patch)
tree259505b0898b3253bc79d04370a42f2dee2302cc /source4/dsdb/schema
parent0e9cf380eaae413b904503bc9676f965ef71ef16 (diff)
downloadsamba-dee678a7be373bbe6497e60d9283dae4ca4793ec.tar.gz
samba-dee678a7be373bbe6497e60d9283dae4ca4793ec.tar.bz2
samba-dee678a7be373bbe6497e60d9283dae4ca4793ec.zip
s4-dsdb Remove unused schema function
Diffstat (limited to 'source4/dsdb/schema')
-rw-r--r--source4/dsdb/schema/schema_set.c18
1 files changed, 0 insertions, 18 deletions
diff --git a/source4/dsdb/schema/schema_set.c b/source4/dsdb/schema/schema_set.c
index c5ac6127d1..53bfa72ff3 100644
--- a/source4/dsdb/schema/schema_set.c
+++ b/source4/dsdb/schema/schema_set.c
@@ -412,24 +412,6 @@ failed:
return ldb_oom(ldb);
}
-int dsdb_setup_schema_inversion(struct ldb_context *ldb, struct dsdb_schema *schema)
-{
- /* Walk the list of schema classes */
-
- /* For each subClassOf, add us to subclasses of the parent */
-
- /* collect these subclasses into a recursive list of total subclasses, preserving order */
-
- /* For each subclass under 'top', write the index from it's
- * order as an integer in the dsdb_class (for sorting
- * objectClass lists efficiently) */
-
- /* Walk the list of schema classes */
-
- /* Create a 'total possible superiors' on each class */
- return LDB_SUCCESS;
-}
-
/**
* Attach the schema to an opaque pointer on the ldb,
* so ldb modules can find it