diff options
Diffstat (limited to 'source4')
-rw-r--r-- | source4/dsdb/schema/schema_set.c | 18 |
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 |