diff options
| author | Daniel <0xc0decafe@users.noreply.github.com> | 2016-09-06 08:45:26 +0200 | 
|---|---|---|
| committer | Daniel <0xc0decafe@users.noreply.github.com> | 2016-09-06 08:45:26 +0200 | 
| commit | d37391b1b798eeb2e97cce7858d005e989d240ae (patch) | |
| tree | 894d2033fde3e0a547b389f6334a16eb20795cad /src | |
| parent | 18376745aeb45600a5ae6eadb83221db446b31b3 (diff) | |
Removed unused variable Res.
Diffstat (limited to 'src')
| -rw-r--r-- | src/ss7test_app.erl | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/src/ss7test_app.erl b/src/ss7test_app.erl index ff3252f..c69c67f 100644 --- a/src/ss7test_app.erl +++ b/src/ss7test_app.erl @@ -244,7 +244,7 @@ test_srifs(Gts, L) ->                {ok, Results} ->                  io:format("\e[97;1mGot answer for sendRoutingInfoForSM\n~w\n\e[39;49;0m", [Results]),                  case Results of -                  [{basicROS, {returnError, {_, {present, Present}, {local, Local}, Res}}}|_] -> +                  [{basicROS, {returnError, {_, {present, Present}, {local, Local}, _}}}|_] ->                      case {Present, Local} of                        {1, 6} ->                          io:format("\e[91;1mSubscriber is absent~n\e[39;49;0m"); | 
