diff --git a/src/files.c b/src/files.c index 73446e79..e0b0a056 100644 --- a/src/files.c +++ b/src/files.c @@ -2189,8 +2189,6 @@ char *input_tab(char *buf, size_t *place, bool *lastwastab, bool *list) else { size_t match, common_len = 0; size_t lastslash = strrchrn(buf, '/', *place); - /* Ignore the first match_strip characters of matches - * entries. The entries of matches are tilde expanded. */ char *mzero; while (TRUE) {