]> sjero.net Git - wget/blobdiff - src/progress.c
[svn] Remove duplicate initialization.
[wget] / src / progress.c
index 937856cd5e738857b4fbe48759caa01b1004f598..3da69852d3267ab2895a4d2ae3f4b9d27920ee19 100644 (file)
@@ -96,7 +96,7 @@ static int current_impl_locked;
 int
 valid_progress_implementation_p (const char *name)
 {
-  int i = 0;
+  int i;
   struct progress_implementation *pi = implementations;
   char *colon = strchr (name, ':');
   int namelen = colon ? colon - name : strlen (name);