diff options
author | Lukas Larsson <[email protected]> | 2017-05-16 10:47:44 +0200 |
---|---|---|
committer | GitHub <[email protected]> | 2017-05-16 10:47:44 +0200 |
commit | 8fd3466d1fef48a09a45f7fd7f031addf3855dc2 (patch) | |
tree | 86164a6d5475cd80378af352d6734044b1a1f513 /erts/emulator/beam/erl_cpu_topology.h | |
parent | 836d89d9423b4aa01fc887286b6a97721f62c02e (diff) | |
parent | e6437e926340c3024449b83826f8013d187caaed (diff) | |
download | otp-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.h')
-rw-r--r-- | erts/emulator/beam/erl_cpu_topology.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/erts/emulator/beam/erl_cpu_topology.h b/erts/emulator/beam/erl_cpu_topology.h index 45324ac4a0..cf139d95a9 100644 --- a/erts/emulator/beam/erl_cpu_topology.h +++ b/erts/emulator/beam/erl_cpu_topology.h @@ -85,22 +85,14 @@ void erts_sched_bind_atthrcreate_parent(int unbind); int erts_sched_bind_atfork_prepare(void); int erts_sched_bind_atfork_child(int unbind); -char *erts_sched_bind_atvfork_child(int unbind); void erts_sched_bind_atfork_parent(int unbind); Eterm erts_fake_scheduler_bindings(Process *p, Eterm how); Eterm erts_debug_cpu_groups_map(Process *c_p, int groups); - typedef void (*erts_cpu_groups_callback_t)(int, ErtsSchedulerData *, int, void *); -void erts_add_cpu_groups(int groups, - erts_cpu_groups_callback_t callback, - void *arg); -void erts_remove_cpu_groups(erts_cpu_groups_callback_t callback, - void *arg); - #endif |