aboutsummaryrefslogtreecommitdiff
path: root/include/libssh
diff options
context:
space:
mode:
authorJakub Jelen <jjelen@redhat.com>2018-10-29 14:15:49 +0100
committerJakub Jelen <jjelen@redhat.com>2018-10-30 16:22:17 +0100
commitc8519c435ec1de0b1410eb6c00c8ab07e477a633 (patch)
treeca0a54a6eea488a871d246ab443f667814ffb531 /include/libssh
parentd85bc347d3274e4457c4c2d19d4f12c8a6434e46 (diff)
downloadlibssh-c8519c435ec1de0b1410eb6c00c8ab07e477a633.tar.gz
libssh-c8519c435ec1de0b1410eb6c00c8ab07e477a633.tar.xz
libssh-c8519c435ec1de0b1410eb6c00c8ab07e477a633.zip
session: Drop unused structure member (SSHv1)
Signed-off-by: Jakub Jelen <jjelen@redhat.com> Reviewed-by: Andreas Schneider <asn@cryptomilk.org>
Diffstat (limited to 'include/libssh')
-rw-r--r--include/libssh/session.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/libssh/session.h b/include/libssh/session.h
index 2f1c4269..8b963066 100644
--- a/include/libssh/session.h
+++ b/include/libssh/session.h
@@ -164,8 +164,6 @@ struct ssh_session_struct {
struct ssh_list *channels; /* linked list of channels */
int maxchannel;
- int exec_channel_opened; /* version 1 only. more
- info in channels1.c */
ssh_agent agent; /* ssh agent */
/* keyb interactive data */