summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorAlex Crichton <alex@alexcrichton.com>2016-10-05 10:53:18 -0700
committerAlex Crichton <alex@alexcrichton.com>2016-10-05 10:53:18 -0700
commitcc988fe827b2e3b2fa86ccaa12b9f1c68e68d00c (patch)
tree8c251e271a99251a2bb6756436d2807249492667 /tests
parent68ce4cf63ef107e7e477bd0cf2d52c90de30e6a3 (diff)
downloadssh2-rs-cc988fe827b2e3b2fa86ccaa12b9f1c68e68d00c.zip
Remove unused constant
Diffstat (limited to 'tests')
-rw-r--r--tests/channel.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/channel.rs b/tests/channel.rs
index 1a2a8fb..e4e0f16 100644
--- a/tests/channel.rs
+++ b/tests/channel.rs
@@ -124,7 +124,6 @@ fn drop_nonblocking() {
drop(sess);
}
-const LIBSSH2_ERROR_EAGAIN: i32 = -37; // from libssh2-sys
#[test]
fn nonblocking_before_exit_code() {
let (_tcp, sess) = ::authed_session();