diff --git a/policycoreutils/setfiles/restore.c b/policycoreutils/setfiles/restore.c index 5bcb44a5..ce44c047 100644 --- a/policycoreutils/setfiles/restore.c +++ b/policycoreutils/setfiles/restore.c @@ -113,10 +113,6 @@ static int restore(FTSENT *ftsent) if (r_opts->progress) { r_opts->count++; - if (r_opts->count % (80 * STAR_COUNT) == 0) { - fprintf(stdout, "\n"); - fflush(stdout); - } if (r_opts->count % STAR_COUNT == 0) { fprintf(stdout, "*"); fflush(stdout);