aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ssh/src/ssh_connection_handler.erl
diff options
context:
space:
mode:
authorHans Nilsson <[email protected]>2019-08-13 12:14:41 +0200
committerHans Nilsson <[email protected]>2019-08-14 10:48:50 +0200
commitcb513913417070f57fbcefeaf57c1f3f477d6bbc (patch)
tree0a470de5e8617c697c46b623171f8be07ad33a09 /lib/ssh/src/ssh_connection_handler.erl
parent4e0300d788a1cecace36aca67f81e50b85a6bc08 (diff)
downloadotp-cb513913417070f57fbcefeaf57c1f3f477d6bbc.tar.gz
otp-cb513913417070f57fbcefeaf57c1f3f477d6bbc.tar.bz2
otp-cb513913417070f57fbcefeaf57c1f3f477d6bbc.zip
ssh: Remove unused port_bindings from #connection{}
Diffstat (limited to 'lib/ssh/src/ssh_connection_handler.erl')
-rw-r--r--lib/ssh/src/ssh_connection_handler.erl1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/ssh/src/ssh_connection_handler.erl b/lib/ssh/src/ssh_connection_handler.erl
index 9df4f1e2d7..7c71637301 100644
--- a/lib/ssh/src/ssh_connection_handler.erl
+++ b/lib/ssh/src/ssh_connection_handler.erl
@@ -414,7 +414,6 @@ init([Role,Socket,Opts]) ->
{Protocol, Callback, CloseTag} = ?GET_OPT(transport, Opts),
C = #connection{channel_cache = ssh_client_channel:cache_create(),
channel_id_seed = 0,
- port_bindings = [],
requests = [],
options = Opts},
D0 = #data{starter = ?GET_INTERNAL_OPT(user_pid, Opts),