mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-24 19:51:00 +08:00
Remove a bogus function declaration
This commit is contained in:
parent
6347988e0a
commit
f87268e2ac
|
@ -94,8 +94,6 @@ wchar_t *wrealpath(const wcstring &pathname, wchar_t *resolved_path);
|
|||
bool wreaddir(DIR *dir, std::wstring &out_name);
|
||||
bool wreaddir_resolving(DIR *dir, const std::wstring &dir_path, std::wstring &out_name, bool *out_is_dir);
|
||||
|
||||
bool wreaddir_resolving(DIR *dir, const std::wstring &dir_path, std::wstring *out_name, bool *out_is_dir);
|
||||
|
||||
/**
|
||||
Wide character version of dirname()
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue
Block a user