Remove unused variable in e2fsck/pass2.c:check_dir_block()

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
bitmap-optimize
Theodore Ts'o 2007-04-18 22:11:31 -04:00
parent d22c15a43e
commit d5b753ee4d
1 changed files with 0 additions and 1 deletions

View File

@ -704,7 +704,6 @@ static int check_dir_block(ext2_filsys fs,
struct ext2_db_entry *db,
void *priv_data)
{
struct dir_info *subdir;
struct dx_dir_info *dx_dir;
#ifdef ENABLE_HTREE
struct dx_dirblock_info *dx_db = 0;