Remove unused variable.

git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@706 7dcaeef0-15fb-0310-b436-a5af3365683c
This commit is contained in:
Andreas Schneider
2009-05-04 10:26:45 +00:00
parent cd71590fe0
commit 503bc1b95f

View File

@@ -1599,7 +1599,6 @@ int channel_read_nonblocking(CHANNEL *channel, void *dest, u32 count,
int channel_poll(CHANNEL *channel, int is_stderr){
SSH_SESSION *session = channel->session;
BUFFER *stdbuf = channel->stdout_buffer;
int rc;
enter_function();