From 20658abc78e908ec704809c2f3a140c4e26e9ef8 Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Mon, 16 Sep 2013 10:37:09 +0200 Subject: session: Remove obsolete status variables. BUG: https://red.libssh.org/issues/121 --- include/libssh/session.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'include/libssh/session.h') diff --git a/include/libssh/session.h b/include/libssh/session.h index f0d580d..281c7c6 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 */ -- cgit