eval: Remove outdated comment

This commit is contained in:
ZyX 2017-02-14 01:39:43 +03:00
parent fe0eecf9cc
commit 2e179214b8

View File

@ -18176,8 +18176,6 @@ static void f_writefile(typval_T *argvars, typval_T *rettv, FunPtr fptr)
}
}
// Always open the file in binary mode, library functions have a mind of
// their own about CR-LF conversion.
const char *const fname = (const char *)get_tv_string(&argvars[1]);
FileDescriptor *fp;
int error;