aboutsummaryrefslogtreecommitdiff
path: root/src/tool_sdecls.h
diff options
context:
space:
mode:
authorYang Tse <yangsita@gmail.com>2011-09-24 05:32:51 +0200
committerYang Tse <yangsita@gmail.com>2011-09-24 05:33:41 +0200
commit081e289315643339737c667d6586c27257b89634 (patch)
tree00fc697f7ce6d6705068653f4126eaf514550f68 /src/tool_sdecls.h
parent5f0764870f5710f58f308f62f46fca7b97d75c2b (diff)
curl tool: fix some OOM handling issues
Diffstat (limited to 'src/tool_sdecls.h')
-rw-r--r--src/tool_sdecls.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/tool_sdecls.h b/src/tool_sdecls.h
index cf4f3a1e7..08203a117 100644
--- a/src/tool_sdecls.h
+++ b/src/tool_sdecls.h
@@ -58,9 +58,6 @@ struct OutStruct {
* or a file descriptor as returned from an 'open' call for some file.
*
* 'config' member is a pointer to associated 'Configurable' struct.
- *
- * TODO: evaluate if an additional struct member should be added to
- * allow easier handling of 'stdin' vs other 'file' descriptors.
*/
struct InStruct {