mirror of
https://github.com/neovim/neovim.git
synced 2024-12-24 21:25:04 -07:00
eval: Remove outdated comment
This commit is contained in:
parent
fe0eecf9cc
commit
2e179214b8
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user