aboutsummaryrefslogtreecommitdiff
path: root/include/libssh/session.h
diff options
context:
space:
mode:
authorAndreas Schneider <asn@cryptomilk.org>2013-09-16 10:37:09 +0200
committerAndreas Schneider <asn@cryptomilk.org>2013-09-16 10:38:14 +0200
commit20658abc78e908ec704809c2f3a140c4e26e9ef8 (patch)
tree78dd7b94c6a0b499845564b8c229df6f4d97b3f9 /include/libssh/session.h
parent8823dee51a95ca9d46d005f4f0a4b2c3f827a78b (diff)
downloadlibssh-20658abc78e908ec704809c2f3a140c4e26e9ef8.tar.gz
libssh-20658abc78e908ec704809c2f3a140c4e26e9ef8.tar.xz
libssh-20658abc78e908ec704809c2f3a140c4e26e9ef8.zip
session: Remove obsolete status variables.
BUG: https://red.libssh.org/issues/121
Diffstat (limited to 'include/libssh/session.h')
-rw-r--r--include/libssh/session.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/libssh/session.h b/include/libssh/session.h
index f0d580dc..281c7c66 100644
--- a/include/libssh/session.h
+++ b/include/libssh/session.h
@@ -97,9 +97,6 @@ struct ssh_session_struct {
int openssh;
uint32_t send_seq;
uint32_t recv_seq;
-/* status flags */
- int closed;
- int closed_by_except;
int connected;
/* !=0 when the user got a session handle */