diff options
author | Alex Crichton <alex@alexcrichton.com> | 2016-10-05 10:53:18 -0700 |
---|---|---|
committer | Alex Crichton <alex@alexcrichton.com> | 2016-10-05 10:53:18 -0700 |
commit | cc988fe827b2e3b2fa86ccaa12b9f1c68e68d00c (patch) | |
tree | 8c251e271a99251a2bb6756436d2807249492667 | |
parent | 68ce4cf63ef107e7e477bd0cf2d52c90de30e6a3 (diff) | |
download | ssh2-rs-cc988fe827b2e3b2fa86ccaa12b9f1c68e68d00c.zip |
Remove unused constant
-rw-r--r-- | tests/channel.rs | 1 |
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(); |