summaryrefslogtreecommitdiff
path: root/common-channel.c
diff options
context:
space:
mode:
authorMatt Johnston <matt@ucc.asn.au>2006-03-08 12:09:02 +0000
committerMatt Johnston <matt@ucc.asn.au>2006-03-08 12:09:02 +0000
commitd11bd0acfbb5d0979417f02375f93ba96c48dd82 (patch)
tree81ab8ce28ceea7957b4f47b10fd7fd950983c01b /common-channel.c
parent3ad7c4438f334313f92e7a899e3b98609dd8e100 (diff)
downloaddropbear-d11bd0acfbb5d0979417f02375f93ba96c48dd82.tar.gz
Stomp on some minor warnings
Diffstat (limited to 'common-channel.c')
-rw-r--r--common-channel.c1
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++) {