]> sjero.net Git - wget/blobdiff - src/host.c
[svn] Minor -Wall-induced fixes. Also, skip_url is removed.
[wget] / src / host.c
index 148ba036cec31d0e98e982b21ce99909baf7b5bc..9cfb21f9e06e49cb372e1faa5bcddea0f1c7ee42 100644 (file)
@@ -272,8 +272,6 @@ same_host (const char *u1, const char *u2)
   char *real1, *real2;
 
   /* Skip protocol, if present.  */
-  u1 += skip_url (u1);
-  u2 += skip_url (u2);
   u1 += skip_proto (u1);
   u2 += skip_proto (u2);