Final removal of halloc. It's like Christmas Morning.

This commit is contained in:
ridiculousfish
2012-02-09 19:26:44 -08:00
parent a38490429b
commit 910863e9ea
23 changed files with 78 additions and 618 deletions

View File

@@ -58,8 +58,6 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
#include "exec.h"
#include "event.h"
#include "output.h"
#include "halloc.h"
#include "halloc_util.h"
#include "history.h"
#include "path.h"
@@ -275,7 +273,6 @@ int main( int argc, char **argv )
const char *cmd=0;
int my_optind=0;
halloc_util_init();
set_main_thread();
wsetlocale( LC_ALL, L"" );
@@ -389,8 +386,6 @@ int main( int argc, char **argv )
wutil_destroy();
event_destroy();
halloc_util_destroy();
env_destroy();
return res?STATUS_UNKNOWN_COMMAND:proc_get_last_status();