aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ssh/test/ssh_test_lib.erl
diff options
context:
space:
mode:
authorNiclas Eklund <[email protected]>2011-05-18 13:58:04 +0200
committerNiclas Eklund <[email protected]>2011-05-19 14:38:25 +0200
commit358af31ec75e32046e44645c6b6d511062e46393 (patch)
tree964fd772aee9c27460042f7e3fa5396628fca1f0 /lib/ssh/test/ssh_test_lib.erl
parent26e3b024571952284e026a4f8d3ef55777dc4386 (diff)
downloadotp-358af31ec75e32046e44645c6b6d511062e46393.tar.gz
otp-358af31ec75e32046e44645c6b6d511062e46393.tar.bz2
otp-358af31ec75e32046e44645c6b6d511062e46393.zip
Removed unused record and fixed a few failing test cases,
Diffstat (limited to 'lib/ssh/test/ssh_test_lib.erl')
-rw-r--r--lib/ssh/test/ssh_test_lib.erl9
1 files changed, 0 insertions, 9 deletions
diff --git a/lib/ssh/test/ssh_test_lib.erl b/lib/ssh/test/ssh_test_lib.erl
index b11ebc1652..425fae22c1 100644
--- a/lib/ssh/test/ssh_test_lib.erl
+++ b/lib/ssh/test/ssh_test_lib.erl
@@ -30,15 +30,6 @@
-define(TIMEOUT, 50000).
-
--record(ssh_key,
- {
- type,
- public,
- private,
- comment = ""
- }).
-
connect(Options) ->
connect(hostname(), inet_port(), Options).