mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-07 15:31:14 -03:00
Remove errant fish_wcwidth call
This was added in c9bcb52fe9 for no discernable reason.
This commit is contained in:
@@ -403,7 +403,6 @@ static int fish_parse_opt(int argc, char **argv, fish_cmd_opts_t *opts) {
|
||||
int main(int argc, char **argv) {
|
||||
int res = 1;
|
||||
int my_optind = 0;
|
||||
fish_wcwidth(0);
|
||||
|
||||
program_name = L"fish";
|
||||
set_main_thread();
|
||||
|
||||
Reference in New Issue
Block a user