mirror of
https://github.com/fish-shell/fish-shell
synced 2025-01-13 21:44:16 +00:00
Remove useless return.
This commit is contained in:
parent
2bbb59964f
commit
bb0b82a110
1 changed files with 0 additions and 2 deletions
|
@ -281,8 +281,6 @@ char *wcs2str(const wchar_t *in)
|
|||
}
|
||||
return wcs2str_internal(in, out);
|
||||
}
|
||||
|
||||
return wcs2str_internal(in, out);
|
||||
}
|
||||
|
||||
char *wcs2str(const wcstring &in)
|
||||
|
|
Loading…
Reference in a new issue