summaryrefslogtreecommitdiff
path: root/source4/dsdb/schema/schema.h
diff options
context:
space:
mode:
authorKamen Mazdrashki <kamen.mazdrashki@postpath.com>2009-10-29 16:24:00 +0200
committerStefan Metzmacher <metze@samba.org>2009-11-06 14:05:49 +0100
commitdb82023af24ef89afe1559422ac5899646afff32 (patch)
treed1a86ec15d144b3842d78bfec89be3f1e2de19c7 /source4/dsdb/schema/schema.h
parent2fa4c4dceec67a85c40f37c992f5a603aada47c0 (diff)
downloadsamba-db82023af24ef89afe1559422ac5899646afff32.tar.gz
samba-db82023af24ef89afe1559422ac5899646afff32.tar.bz2
samba-db82023af24ef89afe1559422ac5899646afff32.zip
s4/drs: remove unused num_prefixes and prefixes from dsdb_schema
Signed-off-by: Stefan Metzmacher <metze@samba.org>
Diffstat (limited to 'source4/dsdb/schema/schema.h')
-rw-r--r--source4/dsdb/schema/schema.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/source4/dsdb/schema/schema.h b/source4/dsdb/schema/schema.h
index 6c9ec96dfe..f3ba25c864 100644
--- a/source4/dsdb/schema/schema.h
+++ b/source4/dsdb/schema/schema.h
@@ -165,8 +165,6 @@ struct dsdb_schema_oid_prefix {
};
struct dsdb_schema {
- uint32_t num_prefixes;
- struct dsdb_schema_oid_prefix *prefixes;
struct dsdb_schema_prefixmap *prefixmap;