summaryrefslogtreecommitdiff
path: root/lib/label/label.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/label/label.c')
-rw-r--r--lib/label/label.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/label/label.c b/lib/label/label.c
index 05986cbe7..7496d0b34 100644
--- a/lib/label/label.c
+++ b/lib/label/label.c
@@ -252,8 +252,6 @@ struct label *label_create(struct labeller *labeller)
/* global variable for accessing the bcache populated by label scan */
struct bcache *scan_bcache;
-#define BCACHE_BLOCK_SIZE_IN_SECTORS 256 /* 256*512 = 128K */
-
static bool _in_bcache(struct device *dev)
{
if (!dev)