session: Remove obsolete status variables.

BUG: https://red.libssh.org/issues/121
This commit is contained in:
Andreas Schneider
2013-09-16 10:37:09 +02:00
parent 5b7a696cf2
commit 70c796e8b8
2 changed files with 4 additions and 9 deletions

View File

@@ -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 */