git.samba.org
/
kai
/
samba.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (from parent 1:
5e89476
)
Remove last traces of the old 'subclass' feature
author
Andrew Bartlett
<abartlet@samba.org>
Wed, 20 Aug 2008 03:09:40 +0000
(13:09 +1000)
committer
Andrew Bartlett
<abartlet@samba.org>
Wed, 20 Aug 2008 03:09:40 +0000
(13:09 +1000)
(This used to be commit
ed19d0abea5b206d186a51fa11dc0c04197e6ee2
)
source4/lib/ldb/include/ldb_private.h
patch
|
blob
|
history
diff --git
a/source4/lib/ldb/include/ldb_private.h
b/source4/lib/ldb/include/ldb_private.h
index d7c2efe8a1a2b86c9aa3c1abbe27ba067bb6bdb0..62a6e35999d69c3e5382191c02b6570110ab7051 100644
(file)
--- 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;
/* attribute handling table */
unsigned num_attributes;
struct ldb_schema_attribute *attributes;
-
- /* objectclass information */
- unsigned num_classes;
- struct ldb_subclass {
- char *name;
- char **subclasses;
- } *classes;
};
/*
};
/*