minix: fix warning

This patch fixes an unused variable warning.

Signed-off-by: Davidlohr Bueso <dave@gnu.org>
This commit is contained in:
Davidlohr Bueso 2011-06-06 09:52:30 -04:00 committed by Karel Zak
parent c60103a9f3
commit a8b40ece72
1 changed files with 0 additions and 2 deletions

View File

@ -123,8 +123,6 @@ static inline unsigned long get_max_size(void)
static unsigned long inode_blocks(void)
{
unsigned long ret;
if (fs_version == 2)
return UPPER(get_ninodes(), MINIX2_INODES_PER_BLOCK);
else