mirror of
https://github.com/curl/curl.git
synced 2026-08-25 01:23:31 +03:00
cleanup: remove FIXME and TODO comments
They serve very little purpose and mostly just add noise. Most of them have been around for a very long time. I read them all before removing or rephrasing them. Ref: #3876 Closes #3883
This commit is contained in:
parent
f506ce099f
commit
8ece8177f1
36 changed files with 33 additions and 152 deletions
|
|
@ -2227,12 +2227,7 @@ static CURLcode myssh_done(struct connectdata *conn, CURLcode status)
|
|||
struct SSHPROTO *protop = conn->data->req.protop;
|
||||
|
||||
if(!status) {
|
||||
/* run the state-machine
|
||||
|
||||
TODO: when the multi interface is used, this _really_ should be using
|
||||
the ssh_multi_statemach function but we have no general support for
|
||||
non-blocking DONE operations!
|
||||
*/
|
||||
/* run the state-machine */
|
||||
result = myssh_block_statemach(conn, FALSE);
|
||||
}
|
||||
else
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue