diff options
Diffstat (limited to 'include/libssh/session.h')
-rw-r--r-- | include/libssh/session.h | 3 |
1 files changed, 0 insertions, 3 deletions
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 */ |