Remove last traces of the old 'subclass' feature
authorAndrew Bartlett <abartlet@samba.org>
Wed, 20 Aug 2008 03:09:40 +0000 (13:09 +1000)
committerAndrew Bartlett <abartlet@samba.org>
Wed, 20 Aug 2008 03:09:40 +0000 (13:09 +1000)
source/lib/ldb/include/ldb_private.h

index d7c2efe8a1a2b86c9aa3c1abbe27ba067bb6bdb0..62a6e35999d69c3e5382191c02b6570110ab7051 100644 (file)
@@ -91,13 +91,6 @@ struct ldb_schema {
        /* attribute handling table */
        unsigned num_attributes;
        struct ldb_schema_attribute *attributes;
-
-       /* objectclass information */
-       unsigned num_classes;
-       struct ldb_subclass {
-               char *name;
-               char **subclasses;
-       } *classes;
 };
 
 /*