From dee678a7be373bbe6497e60d9283dae4ca4793ec Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Tue, 9 Aug 2011 11:54:17 +1000 Subject: s4-dsdb Remove unused schema function --- source4/dsdb/schema/schema_set.c | 18 ------------------ 1 file changed, 18 deletions(-) (limited to 'source4/dsdb/schema/schema_set.c') 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 -- cgit