summaryrefslogtreecommitdiffstats
path: root/include/libssh/channels.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/libssh/channels.h')
-rw-r--r--include/libssh/channels.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/libssh/channels.h b/include/libssh/channels.h
index 14db3f8..624a3ad 100644
--- a/include/libssh/channels.h
+++ b/include/libssh/channels.h
@@ -49,8 +49,6 @@ enum ssh_channel_state_e {
};
struct ssh_channel_struct {
- struct ssh_channel_struct *prev;
- struct ssh_channel_struct *next;
ssh_session session; /* SSH_SESSION pointer */
uint32_t local_channel;
uint32_t local_window;