]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
oops, this was supposed to be properly removed
authorDaniel Stenberg <daniel@haxx.se>
Fri, 27 Apr 2007 08:19:48 +0000 (08:19 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Fri, 27 Apr 2007 08:19:48 +0000 (08:19 +0000)
lib/url.c

index faa85b1b05b83ca260abb7f2c1052d1e72f43c1c..77fc671733209d261501c13401115196e70c19b6 100644 (file)
--- a/lib/url.c
+++ b/lib/url.c
@@ -2906,14 +2906,6 @@ static CURLcode CreateConnection(struct SessionHandle *data,
   /* Store creation time to help future close decision making */
   conn->created = Curl_tvnow();
 
-#if 0
-  /* range status */
-  data->reqdata.use_range = (bool)(NULL != data->set.set_range);
-
-  data->reqdata.range = data->set.set_range; /* clone the range setting */
-  data->reqdata.resume_from = data->set.set_resume_from;
-#endif
-
   conn->bits.user_passwd = (bool)(NULL != data->set.userpwd);
   conn->bits.proxy_user_passwd = (bool)(NULL != data->set.proxyuserpwd);
   conn->bits.no_body = data->set.opt_no_body;