mirror of
https://git.libssh.org/projects/libssh.git
synced 2026-02-09 18:04:25 +09:00
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:
@@ -1599,7 +1599,6 @@ int channel_read_nonblocking(CHANNEL *channel, void *dest, u32 count,
|
|||||||
int channel_poll(CHANNEL *channel, int is_stderr){
|
int channel_poll(CHANNEL *channel, int is_stderr){
|
||||||
SSH_SESSION *session = channel->session;
|
SSH_SESSION *session = channel->session;
|
||||||
BUFFER *stdbuf = channel->stdout_buffer;
|
BUFFER *stdbuf = channel->stdout_buffer;
|
||||||
int rc;
|
|
||||||
|
|
||||||
enter_function();
|
enter_function();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user