summaryrefslogtreecommitdiffstats
path: root/channels.c
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2006-01-04 07:27:50 +1100
committerDamien Miller <djm@mindrot.org>2006-01-04 07:27:50 +1100
commita969437645550a8f7595ba017c7658c4341d77d1 (patch)
tree0e4dbb41d6d60114019bf4bc08b8d8803ffcc097 /channels.c
parentb797770da28c07a10b51528f79af3bacae2ff613 (diff)
- (djm) [channels.c] clean up harmless merge error, from reyk@
Diffstat (limited to 'channels.c')
-rw-r--r--channels.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/channels.c b/channels.c
index ed5903f6..5fa80fba 100644
--- a/channels.c
+++ b/channels.c
@@ -1491,8 +1491,6 @@ channel_handle_wfd(Channel *c, fd_set * readset, fd_set * writeset)
}
return 1;
}
- data = buffer_ptr(&c->output);
- dlen = buffer_len(&c->output);
#ifdef _AIX
/* XXX: Later AIX versions can't push as much data to tty */
if (compat20 && c->wfd_isatty)