aboutsummaryrefslogtreecommitdiffhomepage
path: root/fishd.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 /fishd.cpp
parenta38490429b5d6fd4490708990b01b1662b059daf (diff)
Final removal of halloc. It's like Christmas Morning.
Diffstat (limited to 'fishd.cpp')
-rw-r--r--fishd.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/fishd.cpp b/fishd.cpp
index cd38cfdf..c3ad0d15 100644
--- a/fishd.cpp
+++ b/fishd.cpp
@@ -70,8 +70,6 @@ time the original barrier request was sent have been received.
#include "common.h"
#include "wutil.h"
#include "env_universal_common.h"
-#include "halloc.h"
-#include "halloc_util.h"
#include "path.h"
#include "print_help.h"
@@ -572,7 +570,6 @@ int main( int argc, char ** argv )
fd_set read_fd, write_fd;
- halloc_util_init();
set_main_thread();
program_name=L"fishd";
@@ -779,6 +776,5 @@ int main( int argc, char ** argv )
}
}
- halloc_util_destroy();
}