aboutsummaryrefslogtreecommitdiffstats
path: root/erts/emulator/beam/bif.c
diff options
context:
space:
mode:
authorJohn Högberg <[email protected]>2017-07-06 12:33:39 +0200
committerJohn Högberg <[email protected]>2017-07-06 12:33:39 +0200
commit1f1d20a352d16741c272f14dd7d09632eef13509 (patch)
treeeab34f895460ee92a3ebcbf6e2d813e1384e65e0 /erts/emulator/beam/bif.c
parentaf4f81a46d895c8a217c104c874a912073728374 (diff)
parent5a537ae41c2295f7f19e4e01fe90acc7585f5b30 (diff)
downloadotp-1f1d20a352d16741c272f14dd7d09632eef13509.tar.gz
otp-1f1d20a352d16741c272f14dd7d09632eef13509.tar.bz2
otp-1f1d20a352d16741c272f14dd7d09632eef13509.zip
Merge branch 'maint'
Diffstat (limited to 'erts/emulator/beam/bif.c')
-rw-r--r--erts/emulator/beam/bif.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/erts/emulator/beam/bif.c b/erts/emulator/beam/bif.c
index 40dd4129d2..890277a3ba 100644
--- a/erts/emulator/beam/bif.c
+++ b/erts/emulator/beam/bif.c
@@ -62,9 +62,6 @@ static erts_smp_atomic32_t msacc;
static Export *await_sched_wall_time_mod_trap;
static erts_smp_atomic32_t sched_wall_time;
-static erts_smp_mtx_t ports_snapshot_mtx;
-erts_smp_atomic_t erts_dead_ports_ptr; /* To store dying ports during snapshot */
-
#define DECL_AM(S) Eterm AM_ ## S = am_atom_put(#S, sizeof(#S) - 1)
/*
@@ -5138,9 +5135,6 @@ void erts_init_trap_export(Export* ep, Eterm m, Eterm f, Uint a,
void erts_init_bif(void)
{
- erts_smp_mtx_init(&ports_snapshot_mtx, "ports_snapshot");
- erts_smp_atomic_init_nob(&erts_dead_ports_ptr, (erts_aint_t) NULL);
-
/*
* bif_return_trap/2 is a hidden BIF that bifs that need to
* yield the calling process traps to.