From: Thomas Weißschuh Date: Mon, 12 Apr 2021 11:56:29 +0000 (+0200) Subject: libblkid: bcache: remove unused macros X-Git-Tag: v2.39-rc1~516^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e63dfa670624fbdea5ae70aac4859615bcf1694b;p=thirdparty%2Futil-linux.git libblkid: bcache: remove unused macros Signed-off-by: Thomas Weißschuh --- 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.