aboutsummaryrefslogtreecommitdiffstats
path: root/erts/emulator/beam/erl_cpu_topology.c
diff options
context:
space:
mode:
authorLukas Larsson <[email protected]>2017-05-16 10:47:44 +0200
committerGitHub <[email protected]>2017-05-16 10:47:44 +0200
commit8fd3466d1fef48a09a45f7fd7f031addf3855dc2 (patch)
tree86164a6d5475cd80378af352d6734044b1a1f513 /erts/emulator/beam/erl_cpu_topology.c
parent836d89d9423b4aa01fc887286b6a97721f62c02e (diff)
parente6437e926340c3024449b83826f8013d187caaed (diff)
downloadotp-8fd3466d1fef48a09a45f7fd7f031addf3855dc2.tar.gz
otp-8fd3466d1fef48a09a45f7fd7f031addf3855dc2.tar.bz2
otp-8fd3466d1fef48a09a45f7fd7f031addf3855dc2.zip
Merge pull request #1436 from garazdawi/lukas/erts/remove_unused_functions
erts: Remove old unused functions
Diffstat (limited to 'erts/emulator/beam/erl_cpu_topology.c')
-rw-r--r--erts/emulator/beam/erl_cpu_topology.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/erts/emulator/beam/erl_cpu_topology.c b/erts/emulator/beam/erl_cpu_topology.c
index 28aaeeb479..4347f9f2b7 100644
--- a/erts/emulator/beam/erl_cpu_topology.c
+++ b/erts/emulator/beam/erl_cpu_topology.c
@@ -827,17 +827,6 @@ erts_sched_bind_atfork_child(int unbind)
return 0;
}
-char *
-erts_sched_bind_atvfork_child(int unbind)
-{
- if (unbind) {
- ERTS_SMP_LC_ASSERT(erts_lc_rwmtx_is_rlocked(&cpuinfo_rwmtx)
- || erts_lc_rwmtx_is_rwlocked(&cpuinfo_rwmtx));
- return erts_get_unbind_from_cpu_str(cpuinfo);
- }
- return "false";
-}
-
void
erts_sched_bind_atfork_parent(int unbind)
{