mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-23 20:54:04 +08:00
Remove useless return.
This commit is contained in:
parent
2bbb59964f
commit
bb0b82a110
|
@ -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 New Issue
Block a user