dovecot: Removed bad comment.

dovecot at dovecot.org dovecot at dovecot.org
Mon Aug 6 17:30:07 EEST 2007


details:   http://hg.dovecot.org/dovecot/rev/808c43283c98
changeset: 6170:808c43283c98
user:      Timo Sirainen <tss at iki.fi>
date:      Mon Aug 06 17:12:08 2007 +0300
description:
Removed bad comment.

diffstat:

1 file changed, 1 deletion(-)
src/lib/bsearch-insert-pos.c |    1 -

diffs (11 lines):

diff -r eb307524cf16 -r 808c43283c98 src/lib/bsearch-insert-pos.c
--- a/src/lib/bsearch-insert-pos.c	Mon Aug 06 17:12:00 2007 +0300
+++ b/src/lib/bsearch-insert-pos.c	Mon Aug 06 17:12:08 2007 +0300
@@ -11,7 +11,6 @@ bool bsearch_insert_pos(const void *key,
 	unsigned int idx, left_idx, right_idx;
 	int ret;
 
-	/* we're probably appending it, check */
 	idx = 0; left_idx = 0; right_idx = nmemb;
 	while (left_idx < right_idx) {
 		idx = (left_idx + right_idx) / 2;


More information about the dovecot-cvs mailing list