]> git.ipfire.org Git - thirdparty/e2fsprogs.git/commitdiff
Remove unused variable in e2fsck/pass2.c:check_dir_block()
authorTheodore Ts'o <tytso@mit.edu>
Thu, 19 Apr 2007 02:11:31 +0000 (22:11 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Thu, 19 Apr 2007 02:11:31 +0000 (22:11 -0400)
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
e2fsck/pass2.c

index 4bd9d514b13b18f1e43e6b62870890414f1b3321..e235348c7b1403526e83b098bf31e819cbe93d66 100644 (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;