From c8519c435ec1de0b1410eb6c00c8ab07e477a633 Mon Sep 17 00:00:00 2001 From: Jakub Jelen Date: Mon, 29 Oct 2018 14:15:49 +0100 Subject: [PATCH] session: Drop unused structure member (SSHv1) Signed-off-by: Jakub Jelen Reviewed-by: Andreas Schneider --- include/libssh/session.h | 2 -- 1 file changed, 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 */