mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-21 19:41:14 -03:00
Remove useless return.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user