diff options
author | Lukas Larsson <[email protected]> | 2017-09-04 17:20:07 +0200 |
---|---|---|
committer | Lukas Larsson <[email protected]> | 2017-09-11 15:20:50 +0200 |
commit | 6eae9b508dc172ca207df6131bfa36e2aaf2333f (patch) | |
tree | a23eda0a1a53d35fc2bb5d866bc09212d4f31ef1 /erts/emulator/beam/erl_process.h | |
parent | 2ae7a0a0fbf33e1fa8f1f35894b6468aa43f451b (diff) | |
download | otp-6eae9b508dc172ca207df6131bfa36e2aaf2333f.tar.gz otp-6eae9b508dc172ca207df6131bfa36e2aaf2333f.tar.bz2 otp-6eae9b508dc172ca207df6131bfa36e2aaf2333f.zip |
Fix unused-functions warnings
Diffstat (limited to 'erts/emulator/beam/erl_process.h')
-rw-r--r-- | erts/emulator/beam/erl_process.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/erts/emulator/beam/erl_process.h b/erts/emulator/beam/erl_process.h index 9d7ba27c50..639818c20c 100644 --- a/erts/emulator/beam/erl_process.h +++ b/erts/emulator/beam/erl_process.h @@ -1612,6 +1612,7 @@ Uint64 erts_ensure_later_proc_interval(Uint64); Uint64 erts_step_proc_interval(void); ErtsProcList *erts_proclist_create(Process *); +ErtsProcList *erts_proclist_copy(ErtsProcList *); void erts_proclist_destroy(ErtsProcList *); ERTS_GLB_INLINE int erts_proclist_same(ErtsProcList *, Process *); |