diff options
author | Niclas Eklund <[email protected]> | 2011-05-18 13:58:04 +0200 |
---|---|---|
committer | Niclas Eklund <[email protected]> | 2011-05-19 14:38:25 +0200 |
commit | 358af31ec75e32046e44645c6b6d511062e46393 (patch) | |
tree | 964fd772aee9c27460042f7e3fa5396628fca1f0 /lib/ssh/test/ssh_test_lib.erl | |
parent | 26e3b024571952284e026a4f8d3ef55777dc4386 (diff) | |
download | otp-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.erl | 9 |
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). |