From e2aa39b0247508df60e719dd01c19bfecae3bcb6 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Tue, 27 Feb 2007 02:19:16 +0000 Subject: r21553: Remove bogus comment. (This used to be commit 7c5529729b95f170508b9fe4f04bd33d6f000b1e) --- source4/lib/ldb/include/ldb_private.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'source4') diff --git a/source4/lib/ldb/include/ldb_private.h b/source4/lib/ldb/include/ldb_private.h index 9e4f7be202..3c6fb828a2 100644 --- a/source4/lib/ldb/include/ldb_private.h +++ b/source4/lib/ldb/include/ldb_private.h @@ -224,9 +224,6 @@ void ldb_msg_remove_element(struct ldb_message *msg, struct ldb_message_element */ int ldb_sequence_number(struct ldb_context *ldb, enum ldb_sequence_type type, uint64_t *seq_num); - -/* Parse controls from the format used on the command line and in ejs */ - #define LDB_SEQ_GLOBAL_SEQUENCE 0x01 #define LDB_SEQ_TIMESTAMP_SEQUENCE 0x02 -- cgit