diff options
author | Andrew Bartlett <abartlet@samba.org> | 2011-08-09 11:54:17 +1000 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2011-08-09 11:56:23 +0200 |
commit | dee678a7be373bbe6497e60d9283dae4ca4793ec (patch) | |
tree | 259505b0898b3253bc79d04370a42f2dee2302cc /source4/dsdb/schema/schema_set.c | |
parent | 0e9cf380eaae413b904503bc9676f965ef71ef16 (diff) | |
download | samba-dee678a7be373bbe6497e60d9283dae4ca4793ec.tar.gz |
s4-dsdb Remove unused schema function
Diffstat (limited to 'source4/dsdb/schema/schema_set.c')
-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 c5ac6127d1d..53bfa72ff3c 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 |