mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-27 08:43:09 -03:00
Final removal of halloc. It's like Christmas Morning.
This commit is contained in:
5
fish.cpp
5
fish.cpp
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user