mirror of
https://git.kernel.org/pub/scm/fs/ext2/e2fsprogs.git
synced 2024-11-28 12:34:13 +08:00
libext2fs: remove redundant code in rb_print_stats()
Addresses-Coverity-Id: #709550 Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
This commit is contained in:
parent
2c98ce4b56
commit
2641bf8991
@ -819,7 +819,6 @@ static void rb_print_stats(ext2fs_generic_bitmap bitmap)
|
||||
|
||||
bp = (struct ext2fs_rb_private *) bitmap->private;
|
||||
|
||||
node = ext2fs_rb_first(&bp->root);
|
||||
for (node = ext2fs_rb_first(&bp->root); node != NULL;
|
||||
node = ext2fs_rb_next(node)) {
|
||||
ext = node_to_extent(node);
|
||||
|
Loading…
Reference in New Issue
Block a user