aboutsummaryrefslogtreecommitdiffstats
path: root/erts/emulator/beam
diff options
context:
space:
mode:
authorJovi Zhang <[email protected]>2011-12-14 02:43:21 +0800
committerHenrik Nord <[email protected]>2011-12-21 10:33:45 +0100
commitbafa0e76c227d0808627f2b57c3760746ddb980e (patch)
tree5804d8404b2ca6b384b50100efb958777b1f82f7 /erts/emulator/beam
parent58336ee5c613de56f6d69562cd59b651eef734f0 (diff)
downloadotp-bafa0e76c227d0808627f2b57c3760746ddb980e.tar.gz
otp-bafa0e76c227d0808627f2b57c3760746ddb980e.tar.bz2
otp-bafa0e76c227d0808627f2b57c3760746ddb980e.zip
erts: Remove unused variable
Remove unused variable erts_system_monitor_msg_queue_len
Diffstat (limited to 'erts/emulator/beam')
-rw-r--r--erts/emulator/beam/erl_process.c1
1 files changed, 0 insertions, 1 deletions
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;