From 581f011b289f6e9969a0aa9c47329181875b9707 Mon Sep 17 00:00:00 2001 From: Badlop Date: Mon, 19 Jul 2010 12:11:10 +0200 Subject: [PATCH] Fix warning about unused variable --- src/etop_tr.erl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/etop_tr.erl b/src/etop_tr.erl index c5ae79cc0..85c24f3e7 100644 --- a/src/etop_tr.erl +++ b/src/etop_tr.erl @@ -88,7 +88,7 @@ handle_data(_W, {drop, D}, _) -> %% Error case we are missing data here! handle_data(nopid, {_, _, out, _, _}, _Store) -> %% ignore - there was probably just a 'drop' nopid; -handle_data(_, G, _) -> +handle_data(_, _G, _) -> %% io:format("Erlang top got garbage ~p~n", [G]), nopid.