diff options
Diffstat (limited to 'src/main.c')
-rw-r--r-- | src/main.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/main.c b/src/main.c index 43045d7ae4..e5a773e1d4 100644 --- a/src/main.c +++ b/src/main.c @@ -169,10 +169,6 @@ static char *(main_errors[]) = * copied, so that they can be changed. */ init_params(¶ms, argc, argv); -#ifdef MEM_PROFILE - atexit(vim_mem_profile_dump); -#endif - init_startuptime(¶ms); (void)mb_init(); /* init mb_bytelen_tab[] to ones */ |