From 148290a8099153cfb8572c2ce3acec614f3fbf25 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Mon, 17 Aug 2009 11:20:29 +1000 Subject: [PATCH] s4:ldb Remove obsolete comment about ldb_tdb's sequence num --- source4/lib/ldb/ldb_tdb/ldb_tdb.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/source4/lib/ldb/ldb_tdb/ldb_tdb.h b/source4/lib/ldb/ldb_tdb/ldb_tdb.h index 370cd0729b58..75034dcf4b33 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 -- 2.34.1