1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-12-04 14:46:47 -05:00

Drop a funny comment.

This commit is contained in:
Miciah Dashiel Butler Masters 2005-12-16 23:47:25 +00:00 committed by Miciah Dashiel Butler Masters
parent 20ee738904
commit 5279ea97da

View File

@ -125,8 +125,6 @@ do_tab_compl_unambiguous(struct dialog_data *dlg_data, struct list_head *history
if (!match) { if (!match) {
cur_len = strlen(entry->data); cur_len = strlen(entry->data);
} else if (cur_len >= longest_common_match) { } else if (cur_len >= longest_common_match) {
/* By now, @cur_len oscillates between @base_len and
* @longest_common_match. */
continue; continue;
} }