diff options
author | Anders Svensson <[email protected]> | 2016-02-18 23:00:46 +0100 |
---|---|---|
committer | Anders Svensson <[email protected]> | 2016-02-19 01:00:43 +0100 |
commit | 052a5e4763839ebdf4031672b6227e7ae8d14dd5 (patch) | |
tree | 3267fa6b27b40d648a486206cd2c2193cd6f997c | |
parent | 05cef5e3a267b3515acb834130675e0cbf69bf78 (diff) | |
download | otp-052a5e4763839ebdf4031672b6227e7ae8d14dd5.tar.gz otp-052a5e4763839ebdf4031672b6227e7ae8d14dd5.tar.bz2 otp-052a5e4763839ebdf4031672b6227e7ae8d14dd5.zip |
Remove dead export
The export of diameter_traffic:failover/1 happened with the creation of
the module in commit e49e7acc, but was never needed since the calling
code was also moved into diameter_traffic.
-rw-r--r-- | lib/diameter/src/base/diameter_traffic.erl | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/lib/diameter/src/base/diameter_traffic.erl b/lib/diameter/src/base/diameter_traffic.erl index 004c1e80d5..32c0e1e516 100644 --- a/lib/diameter/src/base/diameter_traffic.erl +++ b/lib/diameter/src/base/diameter_traffic.erl @@ -1,7 +1,7 @@ %% %% %CopyrightBegin% %% -%% Copyright Ericsson AB 2013-2015. All Rights Reserved. +%% Copyright Ericsson AB 2013-2016. All Rights Reserved. %% %% The contents of this file are subject to the Erlang Public License, %% Version 1.1, (the "License"); you may not use this file except in @@ -40,7 +40,6 @@ -export([make_recvdata/1, peer_up/1, peer_down/1, - failover/1, pending/1]). %% towards ?MODULE @@ -1875,7 +1874,7 @@ failover(TPid) %% notifications are sent here: store_request/2 sends the notification %% in that case. -%% Failover as a consequence of request_peer_down/1: inform the +%% Failover as a consequence of peer_down/1: inform the %% request process. failover({_, Req, TRef}) -> #request{handler = Pid, |