diff options
Diffstat (limited to 'fs/yaffs2/yaffs_verify.c')
| -rw-r--r-- | fs/yaffs2/yaffs_verify.c | 3 | 
1 files changed, 0 insertions, 3 deletions
| diff --git a/fs/yaffs2/yaffs_verify.c b/fs/yaffs2/yaffs_verify.c index db48e56de..97734a9e2 100644 --- a/fs/yaffs2/yaffs_verify.c +++ b/fs/yaffs2/yaffs_verify.c @@ -224,7 +224,6 @@ void yaffs_verify_file(struct yaffs_obj *obj)  {  	u32 x;  	int required_depth; -	int actual_depth;  	int last_chunk;  	u32 offset_in_chunk;  	u32 the_chunk; @@ -256,8 +255,6 @@ void yaffs_verify_file(struct yaffs_obj *obj)  		required_depth++;  	} -	actual_depth = obj->variant.file_variant.top_level; -  	/* Check that the chunks in the tnode tree are all correct.  	 * We do this by scanning through the tnode tree and  	 * checking the tags for every chunk match. |