File 2602-ssh-Remove-unused-address-port-from-connection.patch of Package erlang
From 8f4458c92ec26aae9680f3f468815f520a1e2b03 Mon Sep 17 00:00:00 2001
From: Hans Nilsson <hans@erlang.org>
Date: Tue, 13 Aug 2019 12:16:01 +0200
Subject: [PATCH 2/2] ssh: Remove unused address,port from #connection{}
---
lib/ssh/src/ssh_connect.hrl | 2 --
1 file changed, 2 deletions(-)
diff --git a/lib/ssh/src/ssh_connect.hrl b/lib/ssh/src/ssh_connect.hrl
index 0fee43c16f..d6b50613f9 100644
--- a/lib/ssh/src/ssh_connect.hrl
+++ b/lib/ssh/src/ssh_connect.hrl
@@ -265,8 +265,6 @@
channel_cache,
channel_id_seed,
cli_spec,
- address,
- port,
options,
exec,
system_supervisor,
--
2.16.4