diff options
author | Daniel Stenberg <daniel@haxx.se> | 2015-11-13 16:15:26 +0100 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2015-11-13 16:15:26 +0100 |
commit | 64e959ffe37c436503f9fed1ce2d6ee6ae50bd9a (patch) | |
tree | f86e6fba6c3250aea26429bed2f5c80c97494aa0 /lib/telnet.c | |
parent | 86e21973376320b243b180679ff9c439b92e7cd0 (diff) | |
download | curl-64e959ffe37c436503f9fed1ce2d6ee6ae50bd9a.tar.gz |
cleanup: general removal of TODO (and similar) comments
They tend to never get updated anyway so they're frequently inaccurate
and we never go back to revisit them anyway. We document issues to work
on properly in KNOWN_BUGS and TODO instead.
Diffstat (limited to 'lib/telnet.c')
-rw-r--r-- | lib/telnet.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/telnet.c b/lib/telnet.c index 2086aa396..3975209bd 100644 --- a/lib/telnet.c +++ b/lib/telnet.c @@ -1220,7 +1220,6 @@ CURLcode telrcv(struct connectdata *conn, } /* Escape and send a telnet data block */ -/* TODO: write large chunks of data instead of one byte at a time */ static CURLcode send_telnet_data(struct connectdata *conn, char *buffer, ssize_t nread) { |