diff options
Diffstat (limited to 'source4')
-rw-r--r-- | source4/lib/ldb/ldb_tdb/ldb_tdb.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/source4/lib/ldb/ldb_tdb/ldb_tdb.h b/source4/lib/ldb/ldb_tdb/ldb_tdb.h index 370cd0729b..75034dcf4b 100644 --- a/source4/lib/ldb/ldb_tdb/ldb_tdb.h +++ b/source4/lib/ldb/ldb_tdb/ldb_tdb.h @@ -8,8 +8,6 @@ struct ltdb_private { TDB_CONTEXT *tdb; unsigned int connect_flags; - /* a double is used for portability and ease of string - handling. It has plenty of digits of precision */ unsigned long long sequence_number; /* the low level tdb seqnum - used to avoid loading BASEINFO when |