aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHans Nilsson <[email protected]>2019-06-27 14:17:21 +0200
committerGitHub <[email protected]>2019-06-27 14:17:21 +0200
commit2630808e2eedb99dc29d6c9755947f0cb087288a (patch)
tree7a118c13d61a8b9b169c8b56254fa74fd79ccb6e
parent5b26f5846b62c766ec5aba47783ce16f7bfbc3ef (diff)
parentdc91de34cf93f65fc38cda8e49deef614e3ce7f9 (diff)
downloadotp-2630808e2eedb99dc29d6c9755947f0cb087288a.tar.gz
otp-2630808e2eedb99dc29d6c9755947f0cb087288a.tar.bz2
otp-2630808e2eedb99dc29d6c9755947f0cb087288a.zip
Merge pull request #2297 from bitcrowd/ssh/remove-unused-definitions
Remove unused SSH definitions OTP-15929
-rw-r--r--lib/ssh/src/ssh.hrl15
1 files changed, 0 insertions, 15 deletions
diff --git a/lib/ssh/src/ssh.hrl b/lib/ssh/src/ssh.hrl
index 0014002192..a991f72cf2 100644
--- a/lib/ssh/src/ssh.hrl
+++ b/lib/ssh/src/ssh.hrl
@@ -479,14 +479,6 @@
recv_ext_info
}).
--record(ssh_key,
- {
- type,
- public,
- private,
- comment = ""
- }).
-
-record(ssh_pty, {term = "", % e.g. "xterm"
width = 80,
height = 25,
@@ -494,13 +486,6 @@
pixel_height = 768,
modes = <<>>}).
-%% assertion macro
--define(ssh_assert(Expr, Reason),
- case Expr of
- true -> ok;
- _ -> exit(Reason)
- end).
-
%% dbg help macros
-define(wr_record(N,BlackList),