session: Drop unused structure member (SSHv1)

Signed-off-by: Jakub Jelen <jjelen@redhat.com>
Reviewed-by: Andreas Schneider <asn@cryptomilk.org>
(cherry picked from commit c8519c435e)
This commit is contained in:
Jakub Jelen
2018-10-29 14:15:49 +01:00
committed by Andreas Schneider
parent f11be32e11
commit 059079581a

View File

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