aboutsummaryrefslogtreecommitdiffhomepage
path: root/fish_tests.cpp
diff options
context:
space:
mode:
authorGravatar ridiculousfish <corydoras@ridiculousfish.com>2012-02-09 19:26:44 -0800
committerGravatar ridiculousfish <corydoras@ridiculousfish.com>2012-02-09 19:26:44 -0800
commit910863e9ea5e1a4db192b5be1630d125cff18485 (patch)
treec754d5761aa3537ac5cd8a031d62d1537700b633 /fish_tests.cpp
parenta38490429b5d6fd4490708990b01b1662b059daf (diff)
Final removal of halloc. It's like Christmas Morning.
Diffstat (limited to 'fish_tests.cpp')
-rw-r--r--fish_tests.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/fish_tests.cpp b/fish_tests.cpp
index 95ce0d31..06f5e6e4 100644
--- a/fish_tests.cpp
+++ b/fish_tests.cpp
@@ -49,8 +49,6 @@
#include "exec.h"
#include "event.h"
#include "path.h"
-#include "halloc.h"
-#include "halloc_util.h"
#include "history.h"
/**
@@ -796,7 +794,6 @@ int main( int argc, char **argv )
say( L"Lines beginning with '(ignore):' are not errors, they are warning messages\ngenerated by the fish parser library when given broken input, and can be\nignored. All actual errors begin with 'Error:'." );
set_main_thread();
proc_init();
- halloc_util_init();
event_init();
function_init();
builtin_init();
@@ -827,6 +824,5 @@ int main( int argc, char **argv )
wutil_destroy();
event_destroy();
proc_destroy();
- halloc_util_destroy();
}