mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-03-15 23:22:53 +08:00
Remove errant fish_wcwidth call
This was added in c9bcb52fe9 for no discernable reason.
This commit is contained in:
parent
1041e59c5b
commit
55f1cc56da
@ -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();
|
||||
|
Loading…
x
Reference in New Issue
Block a user