summaryrefslogtreecommitdiff
path: root/source4
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2008-08-20 13:09:40 +1000
committerAndrew Bartlett <abartlet@samba.org>2008-08-20 13:09:40 +1000
commit5d375297718d06f7c5544372001b8955b23d7ba2 (patch)
tree0ebf1832bdfe4e0a61f8a959f363573a33d653d4 /source4
parent5e89476730adecd3ecd45af38bdf67d6573f8724 (diff)
downloadsamba-5d375297718d06f7c5544372001b8955b23d7ba2.tar.gz
samba-5d375297718d06f7c5544372001b8955b23d7ba2.tar.bz2
samba-5d375297718d06f7c5544372001b8955b23d7ba2.zip
Remove last traces of the old 'subclass' feature
(This used to be commit ed19d0abea5b206d186a51fa11dc0c04197e6ee2)
Diffstat (limited to 'source4')
-rw-r--r--source4/lib/ldb/include/ldb_private.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/source4/lib/ldb/include/ldb_private.h b/source4/lib/ldb/include/ldb_private.h
index d7c2efe8a1..62a6e35999 100644
--- a/source4/lib/ldb/include/ldb_private.h
+++ b/source4/lib/ldb/include/ldb_private.h
@@ -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;
};
/*