aboutsummaryrefslogtreecommitdiffhomepage
path: root/fish_indent.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_indent.cpp
parenta38490429b5d6fd4490708990b01b1662b059daf (diff)
Final removal of halloc. It's like Christmas Morning.
Diffstat (limited to 'fish_indent.cpp')
-rw-r--r--fish_indent.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/fish_indent.cpp b/fish_indent.cpp
index 232c4f9f..c1d24ef4 100644
--- a/fish_indent.cpp
+++ b/fish_indent.cpp
@@ -37,8 +37,6 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
#include "util.h"
#include "common.h"
#include "wutil.h"
-#include "halloc.h"
-#include "halloc_util.h"
#include "tokenizer.h"
#include "print_help.h"
#include "parser_keywords.h"
@@ -378,8 +376,6 @@ int main( int argc, char **argv )
}
}
- halloc_util_init();
-
sb_init( &sb_in );
sb_init( &sb_out );
@@ -402,7 +398,5 @@ int main( int argc, char **argv )
wutil_destroy();
- halloc_util_destroy();
-
return 0;
}