Remove line which was accidently commited.

git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@710 7dcaeef0-15fb-0310-b436-a5af3365683c
This commit is contained in:
Andreas Schneider
2009-05-04 10:52:08 +00:00
parent c4169e3c41
commit ff60d8ce22

View File

@@ -1641,8 +1641,6 @@ SSH_SESSION *channel_get_session(CHANNEL *channel) {
* @return -1 if no exit status has been returned, the exit status othewise.
*/
int channel_get_exit_status(CHANNEL *channel) {
channel_request(channel, "exit-status", NULL, 0);
return channel->exit_status;
}