aboutsummaryrefslogtreecommitdiffstats
path: root/erts/emulator/beam/erl_cpu_topology.c
diff options
context:
space:
mode:
authorLukas Larsson <[email protected]>2017-05-03 17:18:44 +0200
committerLukas Larsson <[email protected]>2017-05-16 10:46:40 +0200
commite6437e926340c3024449b83826f8013d187caaed (patch)
tree4610fa8a5cd53db29978cfd7e4c73a109a52955f /erts/emulator/beam/erl_cpu_topology.c
parent95e22b101b73087630fd58ae2487a91fcf004334 (diff)
downloadotp-e6437e926340c3024449b83826f8013d187caaed.tar.gz
otp-e6437e926340c3024449b83826f8013d187caaed.tar.bz2
otp-e6437e926340c3024449b83826f8013d187caaed.zip
erts: Remove old unused functions
The functions have been found using: https://github.com/caolanm/callcatcher
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)
{