diff options
author | Andrew Bartlett <abartlet@samba.org> | 2009-08-17 11:20:29 +1000 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2009-08-17 11:47:14 +1000 |
commit | 148290a8099153cfb8572c2ce3acec614f3fbf25 (patch) | |
tree | 92900ceb5954baa35030e4b7f32cce387c2ba830 /source4 | |
parent | f890dba084062b1fc52f4eae249b5fb6c16e69eb (diff) | |
download | samba-148290a8099153cfb8572c2ce3acec614f3fbf25.tar.gz samba-148290a8099153cfb8572c2ce3acec614f3fbf25.tar.bz2 samba-148290a8099153cfb8572c2ce3acec614f3fbf25.zip |
s4:ldb Remove obsolete comment about ldb_tdb's sequence num
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 |