]> git.ipfire.org Git - thirdparty/e2fsprogs.git/commit
e2fsck: remove unused variable in check_block_bitmap()
authorKazuya Mio <k-mio@sx.jp.nec.com>
Mon, 6 Jul 2009 08:16:32 +0000 (17:16 +0900)
committerTheodore Ts'o <tytso@mit.edu>
Tue, 7 Jul 2009 03:24:18 +0000 (23:24 -0400)
commite31b32721df24a0794de4f8925112e21dc4699b4
treedb532eb920925591aea9e64365e811804ae4e2e4
parent01ec1268a57b3cc0689ee17035613bebfaea9f87
e2fsck: remove unused variable in check_block_bitmap()

check_block_bitmap() calculates the block number of superblock in the current
block group but it's not used.

Signed-off-by: Kazuya Mio <k-mio@sx.jp.nec.com>
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
e2fsck/pass5.c