diff options
author | Dan Gudmundsson <[email protected]> | 2018-01-05 16:43:53 +0100 |
---|---|---|
committer | Dan Gudmundsson <[email protected]> | 2018-01-11 14:53:16 +0100 |
commit | 57a1d2116327353f380acba5ba676b669d155649 (patch) | |
tree | ba238850c4d8ec3f5680447ca463b83b18137a97 | |
parent | d15f455ba9fd705f02d8e8fdf718465c4a699be1 (diff) | |
download | otp-57a1d2116327353f380acba5ba676b669d155649.tar.gz otp-57a1d2116327353f380acba5ba676b669d155649.tar.bz2 otp-57a1d2116327353f380acba5ba676b669d155649.zip |
Remove double calls
-rw-r--r-- | lib/observer/src/observer_procinfo.erl | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/observer/src/observer_procinfo.erl b/lib/observer/src/observer_procinfo.erl index fb02ae2728..eabf19a64d 100644 --- a/lib/observer/src/observer_procinfo.erl +++ b/lib/observer/src/observer_procinfo.erl @@ -253,8 +253,6 @@ init_stack_page(Parent, Pid) -> [Pid, current_stacktrace]) of {current_stacktrace,RawBt} -> - observer_wx:try_rpc(node(Pid), erlang, process_info, - [Pid, current_stacktrace]), wxListCtrl:deleteAllItems(LCtrl), wx:foldl(fun({M, F, A, Info}, Row) -> _Item = wxListCtrl:insertItem(LCtrl, Row, ""), |