aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ssh/src/ssh_connect.hrl
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_connect.hrl
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_connect.hrl')
-rw-r--r--lib/ssh/src/ssh_connect.hrl1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/ssh/src/ssh_connect.hrl b/lib/ssh/src/ssh_connect.hrl
index 9a060b8304..0fee43c16f 100644
--- a/lib/ssh/src/ssh_connect.hrl
+++ b/lib/ssh/src/ssh_connect.hrl
@@ -263,7 +263,6 @@
-record(connection, {
requests = [], %% [{ChannelId, Pid}...] awaiting reply on request,
channel_cache,
- port_bindings,
channel_id_seed,
cli_spec,
address,