[erlang-patches] [PATCH] erts: Remove unused variable

Jovi Zhang bookjovi@REDACTED
Wed Dec 21 09:59:37 CET 2011


>From 6a4dce0c02fdbeface3b698e3ca32d5c474004ce Mon Sep 17 00:00:00 2001
From: Jovi Zhang <bookjovi@REDACTED>
Date: Wed, 14 Dec 2011 02:43:21 +0800
Subject: [PATCH] erts: Remove unused variable

Remove unused variable erts_system_monitor_msg_queue_len
---
erts/emulator/beam/erl_process.c |    1 -
1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/erts/emulator/beam/erl_process.c b/erts/emulator/beam/erl_process.c
index b8c6b64..b420f90 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;
--
1.7.2.3
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-erts-Remove-unused-variable.patch
Type: application/octet-stream
Size: 878 bytes
Desc: not available
URL: <http://erlang.org/pipermail/erlang-patches/attachments/20111221/06ca7b9d/attachment.obj>


More information about the erlang-patches mailing list