]> sjero.net Git - wget/blobdiff - src/convert.c
[svn] Avoid unneeded initialization of local var.
[wget] / src / convert.c
index a3d724ace1f1cbe8210ae129ddf93ae165133e96..0a3f6bd0ef587b213af99eb72665a8956b057ce1 100644 (file)
@@ -202,7 +202,7 @@ convert_links (const char *file, struct urlpos *links)
        any URL needs to be converted in the first place.  If not, just
        leave the file alone.  */
     int dry_count = 0;
-    struct urlpos *dry = links;
+    struct urlpos *dry;
     for (dry = links; dry; dry = dry->next)
       if (dry->convert != CO_NOCONVERT)
        ++dry_count;