From e63dfa670624fbdea5ae70aac4859615bcf1694b Mon Sep 17 00:00:00 2001 From: =?utf8?q?Thomas=20Wei=C3=9Fschuh?= Date: Mon, 12 Apr 2021 13:56:29 +0200 Subject: [PATCH] libblkid: bcache: remove unused macros MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Thomas Weißschuh --- libblkid/src/superblocks/bcache.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/libblkid/src/superblocks/bcache.c b/libblkid/src/superblocks/bcache.c index e00831092f..a587eedf8a 100644 --- a/libblkid/src/superblocks/bcache.c +++ b/libblkid/src/superblocks/bcache.c @@ -15,10 +15,6 @@ #include "crc64.h" #define SB_LABEL_SIZE 32 -#define SB_JOURNAL_BUCKETS 256U - -#define node(i, j) ((i)->d + (j)) -#define end(i) node(i, le16_to_cpu((i)->keys)) /* * The bcache_super_block is heavily simplified version of struct cache_sb in kernel. -- 2.47.3