s4-dsdb Remove unused schema function
authorAndrew Bartlett <abartlet@samba.org>
Tue, 9 Aug 2011 01:54:17 +0000 (11:54 +1000)
committerAndrew Bartlett <abartlet@samba.org>
Tue, 9 Aug 2011 09:56:23 +0000 (11:56 +0200)
source4/dsdb/schema/schema_set.c

index c5ac6127d1d526b2ae59d18e6abfda7803fc69a0..53bfa72ff3c226ef8e51cf9ea3832ea770c83386 100644 (file)
@@ -412,24 +412,6 @@ failed:
        return ldb_oom(ldb);
 }
 
        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
 /**
  * Attach the schema to an opaque pointer on the ldb,
  * so ldb modules can find it