From 2c36cb1cbbd679c915856fbac551eee953025b5e Mon Sep 17 00:00:00 2001 From: Jay Satiro Date: Thu, 25 Aug 2016 02:43:19 -0400 Subject: http2: Remove incorrect comments .. also remove same from scp --- lib/ssh.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'lib/ssh.c') diff --git a/lib/ssh.c b/lib/ssh.c index bf7cfe01b..e361df301 100644 --- a/lib/ssh.c +++ b/lib/ssh.c @@ -3109,7 +3109,6 @@ static CURLcode scp_done(struct connectdata *conn, CURLcode status, } -/* return number of received (decrypted) bytes */ static ssize_t scp_send(struct connectdata *conn, int sockindex, const void *mem, size_t len, CURLcode *err) { @@ -3134,10 +3133,6 @@ static ssize_t scp_send(struct connectdata *conn, int sockindex, return nwrite; } -/* - * If the read would block (EWOULDBLOCK) we return -1. Otherwise we return - * a regular CURLcode value. - */ static ssize_t scp_recv(struct connectdata *conn, int sockindex, char *mem, size_t len, CURLcode *err) { -- cgit v1.2.3