aboutsummaryrefslogtreecommitdiffhomepage
path: root/fish_tests.cpp
diff options
context:
space:
mode:
authorGravatar ridiculousfish <corydoras@ridiculousfish.com>2014-06-15 17:30:50 -0700
committerGravatar ridiculousfish <corydoras@ridiculousfish.com>2014-06-15 17:30:50 -0700
commit6277a2e4a4a9557290018d885c0b34d244a84dbc (patch)
tree11f288aa3c38be3b7c9ba828e3346172f88436fa /fish_tests.cpp
parent84faa60c4efa47aad89c7733881b5765f42c8403 (diff)
Migrate global functions out of env_universal. Have env operate directly
on an env_universal_t.
Diffstat (limited to 'fish_tests.cpp')
-rw-r--r--fish_tests.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/fish_tests.cpp b/fish_tests.cpp
index 8fd773d5..939dafb4 100644
--- a/fish_tests.cpp
+++ b/fish_tests.cpp
@@ -3469,7 +3469,6 @@ int main(int argc, char **argv)
// say( L"Testing performance" );
// perf_complete();
- env_destroy();
reader_destroy();
builtin_destroy();
wutil_destroy();