From 5279ea97daf0faed9fb147a9188a06ace02134b2 Mon Sep 17 00:00:00 2001 From: Miciah Dashiel Butler Masters Date: Fri, 16 Dec 2005 23:47:25 +0000 Subject: [PATCH] Drop a funny comment. --- src/bfu/inphist.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/bfu/inphist.c b/src/bfu/inphist.c index 9209f9ac9..ab7fe692b 100644 --- a/src/bfu/inphist.c +++ b/src/bfu/inphist.c @@ -125,8 +125,6 @@ do_tab_compl_unambiguous(struct dialog_data *dlg_data, struct list_head *history if (!match) { cur_len = strlen(entry->data); } else if (cur_len >= longest_common_match) { - /* By now, @cur_len oscillates between @base_len and - * @longest_common_match. */ continue; }