From: Theodore Ts'o Date: Thu, 19 Apr 2007 02:11:31 +0000 (-0400) Subject: Remove unused variable in e2fsck/pass2.c:check_dir_block() X-Git-Tag: E2FSPROGS-1_40~47 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d5b753ee4d798a9869a1ba819a55dea9d81e0f68;p=thirdparty%2Fe2fsprogs.git Remove unused variable in e2fsck/pass2.c:check_dir_block() Signed-off-by: "Theodore Ts'o" --- diff --git a/e2fsck/pass2.c b/e2fsck/pass2.c index 4bd9d514b..e235348c7 100644 --- a/e2fsck/pass2.c +++ b/e2fsck/pass2.c @@ -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;