diff options
Diffstat (limited to 'lib/ext2fs/progress.c')
-rw-r--r-- | lib/ext2fs/progress.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/ext2fs/progress.c b/lib/ext2fs/progress.c index ec4f5532..1b9bf9ca 100644 --- a/lib/ext2fs/progress.c +++ b/lib/ext2fs/progress.c @@ -77,8 +77,6 @@ void ext2fs_numeric_progress_close(ext2_filsys fs, struct ext2fs_numeric_progress_struct * progress, const char *message) { - unsigned int len; - if (!(fs->flags & EXT2_FLAG_PRINT_PROGRESS)) return; fprintf(stdout, "%.*s", (2*progress->log_max)+1, spaces); |