1
0
mirror of https://github.com/moparisthebest/wget synced 2024-07-03 16:38:41 -04:00

[svn] Remove unused variable row_qty.

This commit is contained in:
hniksic 2005-06-30 05:16:06 -07:00
parent 09f9b4e02b
commit 26630942cb
2 changed files with 4 additions and 4 deletions

View File

@ -1,3 +1,7 @@
2005-06-27 Hrvoje Niksic <hniksic@xemacs.org>
* progress.c (dot_update): Remove unused variable row_qty.
2005-06-29 Hrvoje Niksic <hniksic@xemacs.org>
* main.c: Check for both SIGHUP and SIGUSR1 before using them.

View File

@ -362,10 +362,6 @@ dot_update (void *progress, wgint howmuch, double dltime)
++dp->dots;
if (dp->dots >= opt.dots_in_line)
{
wgint row_qty = ROW_BYTES;
if (dp->rows == dp->initial_length / ROW_BYTES)
row_qty -= dp->initial_length % ROW_BYTES;
++dp->rows;
dp->dots = 0;