From ca120b20c32ffabf0e1d4319f65360e920fb4fe2 Mon Sep 17 00:00:00 2001 From: Anders Larsen Date: Tue, 15 Dec 2009 16:48:23 -0800 Subject: qnx4fs: remove remains of the (defunct) write support commit 945ffe54bbd56ceed62de3b908800fd7c6ffb284 ("qnx4: remove write support") removed the (defunct) write support but missed a chunk of related, dead code. Signed-off-by: Anders Larsen Cc: Jiri Kosina Acked-by: Christoph Hellwig Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- fs/qnx4/bitmap.c | 7 ------- 1 file changed, 7 deletions(-) (limited to 'fs/qnx4/bitmap.c') diff --git a/fs/qnx4/bitmap.c b/fs/qnx4/bitmap.c index 32f5d131a64..a17440bce01 100644 --- a/fs/qnx4/bitmap.c +++ b/fs/qnx4/bitmap.c @@ -17,13 +17,6 @@ #include #include "qnx4.h" -#if 0 -int qnx4_new_block(struct super_block *sb) -{ - return 0; -} -#endif /* 0 */ - static void count_bits(register const char *bmPart, register int size, int *const tf) { -- cgit v1.2.3