File 0703-Remove-unused-ssh_key-record-definition.patch of Package erlang
From d7971f73cb05a2aabf4e3e2f9f1685c2e1ccf6f2 Mon Sep 17 00:00:00 2001
From: Paul Meinhardt <paul@bitcrowd.net>
Date: Fri, 21 Jun 2019 09:32:29 +0200
Subject: [PATCH 1/2] Remove unused "ssh_key" record definition
---
lib/ssh/src/ssh.hrl | 8 --------
1 file changed, 8 deletions(-)
diff --git a/lib/ssh/src/ssh.hrl b/lib/ssh/src/ssh.hrl
index 54e98ee10e..5d06722ea7 100644
--- a/lib/ssh/src/ssh.hrl
+++ b/lib/ssh/src/ssh.hrl
@@ -221,14 +221,6 @@
s_lng
}).
--record(ssh_key,
- {
- type,
- public,
- private,
- comment = ""
- }).
-
-record(ssh_pty, {term = "", % e.g. "xterm"
width = 80,
height = 25,
--
2.16.4