From a8b40ece722d46b210813f80818ecee549ed2a9e Mon Sep 17 00:00:00 2001 From: Davidlohr Bueso Date: Mon, 6 Jun 2011 09:52:30 -0400 Subject: [PATCH] minix: fix warning This patch fixes an unused variable warning. Signed-off-by: Davidlohr Bueso --- disk-utils/minix.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/disk-utils/minix.h b/disk-utils/minix.h index 4e670ba00e..0ebaa261e4 100644 --- a/disk-utils/minix.h +++ b/disk-utils/minix.h @@ -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 -- 2.47.3