aboutsummaryrefslogtreecommitdiff
path: root/lib/transfer.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/transfer.c')
-rw-r--r--lib/transfer.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/lib/transfer.c b/lib/transfer.c
index c4e732191..b087fcd86 100644
--- a/lib/transfer.c
+++ b/lib/transfer.c
@@ -870,13 +870,6 @@ CURLcode Curl_readwrite(struct connectdata *conn,
return CURLE_OUT_OF_MEMORY;
}
}
-#if 0 /* for consideration */
- else {
- /* This is a Location: but we have not been instructed to
- follow it */
- infof(data, "We ignore this location header as instructed\n");
- }
-#endif
}
#endif /* CURL_DISABLE_HTTP */