mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-08 10:51:15 -03:00
Migrate global functions out of env_universal. Have env operate directly
on an env_universal_t.
This commit is contained in:
@@ -3469,7 +3469,6 @@ int main(int argc, char **argv)
|
||||
// say( L"Testing performance" );
|
||||
// perf_complete();
|
||||
|
||||
env_destroy();
|
||||
reader_destroy();
|
||||
builtin_destroy();
|
||||
wutil_destroy();
|
||||
|
||||
Reference in New Issue
Block a user