From 6277a2e4a4a9557290018d885c0b34d244a84dbc Mon Sep 17 00:00:00 2001 From: ridiculousfish Date: Sun, 15 Jun 2014 17:30:50 -0700 Subject: Migrate global functions out of env_universal. Have env operate directly on an env_universal_t. --- fish_tests.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'fish_tests.cpp') 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(); -- cgit v1.2.3