diff options
Diffstat (limited to 'common-channel.c')
-rw-r--r-- | common-channel.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/common-channel.c b/common-channel.c index 7e8d428..e5d8c27 100644 --- a/common-channel.c +++ b/common-channel.c @@ -181,7 +181,6 @@ void channelio(fd_set *readfds, fd_set *writefds) { struct Channel *channel; unsigned int i; - int ret; /* iterate through all the possible channels */ for (i = 0; i < ses.chansize; i++) { |