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:
Daniel Stenberg 2019-05-14 16:36:15 +02:00
parent f506ce099f
commit 8ece8177f1
No known key found for this signature in database
GPG key ID: 5CC908FDB71E12C2
36 changed files with 33 additions and 152 deletions

View file

@ -568,7 +568,6 @@ static int get_param_part(struct OperationConfig *config, char endchar,
endpos--;
sep = *p;
*endpos = '\0';
/* TODO: maybe special fopen for VMS? */
fp = fopen(hdrfile, FOPEN_READTEXT);
if(!fp)
warnf(config->global, "Cannot read from %s: %s\n", hdrfile,