aboutsummaryrefslogtreecommitdiffstats
path: root/erts/emulator/beam/erl_lock_count.h
diff options
context:
space:
mode:
authorSverker Eriksson <[email protected]>2017-05-05 20:29:58 +0200
committerSverker Eriksson <[email protected]>2017-05-05 20:29:58 +0200
commiteb9ffb378b9eb3b9f4a0f898e60ade01d3d48283 (patch)
tree435434523270320bf486a27f2090c05e85767c20 /erts/emulator/beam/erl_lock_count.h
parent3f0e95a08394e92a58f99f99a94f9349e35842dd (diff)
downloadotp-eb9ffb378b9eb3b9f4a0f898e60ade01d3d48283.tar.gz
otp-eb9ffb378b9eb3b9f4a0f898e60ade01d3d48283.tar.bz2
otp-eb9ffb378b9eb3b9f4a0f898e60ade01d3d48283.zip
erts: Add minor lock optimization for lcnt
Diffstat (limited to 'erts/emulator/beam/erl_lock_count.h')
-rw-r--r--erts/emulator/beam/erl_lock_count.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/erts/emulator/beam/erl_lock_count.h b/erts/emulator/beam/erl_lock_count.h
index be601a26fc..6caffbfe86 100644
--- a/erts/emulator/beam/erl_lock_count.h
+++ b/erts/emulator/beam/erl_lock_count.h
@@ -206,7 +206,6 @@ void erts_lcnt_thread_exit_handler(void);
/* list operations (local) */
erts_lcnt_lock_list_t *erts_lcnt_list_init(void);
-void erts_lcnt_list_clear( erts_lcnt_lock_list_t *list);
void erts_lcnt_list_insert(erts_lcnt_lock_list_t *list, erts_lcnt_lock_t *lock);
void erts_lcnt_list_delete(erts_lcnt_lock_list_t *list, erts_lcnt_lock_t *lock);