summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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();