]> git.wh0rd.org Git - nano.git/commitdiff
remove inaccurate comment
authorDavid Lawrence Ramsey <pooka109@gmail.com>
Tue, 8 Feb 2005 21:48:15 +0000 (21:48 +0000)
committerDavid Lawrence Ramsey <pooka109@gmail.com>
Tue, 8 Feb 2005 21:48:15 +0000 (21:48 +0000)
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@2311 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

src/files.c

index 73446e79f5b8764e13fd197aacee8c09ccc9bb7b..e0b0a0568cea9865cbebea226f709ae4e540eceb 100644 (file)
@@ -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) {