From bafa0e76c227d0808627f2b57c3760746ddb980e Mon Sep 17 00:00:00 2001 From: Jovi Zhang Date: Wed, 14 Dec 2011 02:43:21 +0800 Subject: erts: Remove unused variable Remove unused variable erts_system_monitor_msg_queue_len --- erts/emulator/beam/erl_process.c | 1 - 1 file changed, 1 deletion(-) (limited to 'erts/emulator/beam') diff --git a/erts/emulator/beam/erl_process.c b/erts/emulator/beam/erl_process.c index 5469a59d8c..8d4ca797e3 100644 --- a/erts/emulator/beam/erl_process.c +++ b/erts/emulator/beam/erl_process.c @@ -228,7 +228,6 @@ static Uint last_reductions; static Uint last_exact_reductions; Uint erts_default_process_flags; Eterm erts_system_monitor; -Eterm erts_system_monitor_msg_queue_len; Eterm erts_system_monitor_long_gc; Eterm erts_system_monitor_large_heap; struct erts_system_monitor_flags_t erts_system_monitor_flags; -- cgit v1.2.3