diff options
author | Andrew Bartlett <abartlet@samba.org> | 2007-02-27 02:19:16 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:48:55 -0500 |
commit | e2aa39b0247508df60e719dd01c19bfecae3bcb6 (patch) | |
tree | 6869c5541ced57bebcc24048d0863e43c2dbc64c | |
parent | 43679c82f4b6f16af2d8b6695499b03ed7555266 (diff) | |
download | samba-e2aa39b0247508df60e719dd01c19bfecae3bcb6.tar.gz samba-e2aa39b0247508df60e719dd01c19bfecae3bcb6.tar.bz2 samba-e2aa39b0247508df60e719dd01c19bfecae3bcb6.zip |
r21553: Remove bogus comment.
(This used to be commit 7c5529729b95f170508b9fe4f04bd33d6f000b1e)
-rw-r--r-- | source4/lib/ldb/include/ldb_private.h | 3 |
1 files changed, 0 insertions, 3 deletions
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 |