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

Henrik Nord henrik@REDACTED
Wed Dec 21 10:46:26 CET 2011


Thank you, I have included your patch in 'pu'

On 12/21/2011 09:59 AM, Jovi Zhang wrote:
> > 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
>
>
> _______________________________________________
> erlang-patches mailing list
> erlang-patches@REDACTED
> http://erlang.org/mailman/listinfo/erlang-patches

-- 
/Henrik Nord Erlang/OTP

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://erlang.org/pipermail/erlang-patches/attachments/20111221/a03c30d1/attachment.htm>


More information about the erlang-patches mailing list