diff options
author | Rickard Green <[email protected]> | 2016-08-29 19:21:53 +0200 |
---|---|---|
committer | Rickard Green <[email protected]> | 2016-08-31 11:58:49 +0200 |
commit | 1b4a59c405e6bd3532921d5c534e2264bb05b2eb (patch) | |
tree | b21cfc5303fa3a61bba52ba20c95f577ccbff42c /erts/emulator/beam/erl_init.c | |
parent | 81993991c8438aa31ec0e88f4f67637d43fa70c0 (diff) | |
download | otp-1b4a59c405e6bd3532921d5c534e2264bb05b2eb.tar.gz otp-1b4a59c405e6bd3532921d5c534e2264bb05b2eb.tar.bz2 otp-1b4a59c405e6bd3532921d5c534e2264bb05b2eb.zip |
Remove old purge strategy
Diffstat (limited to 'erts/emulator/beam/erl_init.c')
-rw-r--r-- | erts/emulator/beam/erl_init.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/erts/emulator/beam/erl_init.c b/erts/emulator/beam/erl_init.c index 781bf024dd..fb85bbff34 100644 --- a/erts/emulator/beam/erl_init.c +++ b/erts/emulator/beam/erl_init.c @@ -2264,7 +2264,6 @@ erl_start(int argc, char **argv) ASSERT(erts_code_purger && erts_code_purger->common.id == pid); erts_proc_inc_refc(erts_code_purger); -#ifdef ERTS_NEW_PURGE_STRATEGY pid = erl_system_process_otp(otp_ring0_pid, "erts_literal_area_collector"); erts_literal_area_collector = (Process *) erts_ptab_pix2intptr_ddrb(&erts_proc, @@ -2272,7 +2271,6 @@ erl_start(int argc, char **argv) ASSERT(erts_literal_area_collector && erts_literal_area_collector->common.id == pid); erts_proc_inc_refc(erts_literal_area_collector); -#endif #ifdef ERTS_DIRTY_SCHEDULERS pid = erl_system_process_otp(otp_ring0_pid, "erts_dirty_process_code_checker"); |