diff options
Diffstat (limited to 'source4/dsdb/schema')
-rw-r--r-- | source4/dsdb/schema/schema.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/source4/dsdb/schema/schema.h b/source4/dsdb/schema/schema.h index 54903f549f..81ac129d5e 100644 --- a/source4/dsdb/schema/schema.h +++ b/source4/dsdb/schema/schema.h @@ -252,12 +252,6 @@ struct dsdb_schema { * requested to reload the schema (either due through DRS or via the schemaUpdateNow). */ uint64_t metadata_usn; - /* an 'opaque' sequence number that corresponds to the highest USN of the schema - * partition it used in the reload to check if a reload - * should really be performed. As the schema is periodically reloaded this - * is still needed in order to avoid costly complete schema reload. - */ - uint64_t reload_seq_number; /* Should the syntax handlers in this case handle all incoming OIDs automatically, assigning them as an OID if no text name is known? */ bool relax_OID_conversions; |