This statement does nothing.
Signed-off-by: Andreas Gruenbacher <[email protected]>
---
fs/bcachefs/eytzinger.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/fs/bcachefs/eytzinger.c b/fs/bcachefs/eytzinger.c
index 2eaffe37b5e7..c0fdfe909cf2 100644
--- a/fs/bcachefs/eytzinger.c
+++ b/fs/bcachefs/eytzinger.c
@@ -20,7 +20,6 @@ static bool is_aligned(const void *base, size_t size,
unsigned char align)
{
unsigned char lsbits = (unsigned char)size;
- (void)base;
#ifndef CONFIG_HAVE_EFFICIENT_UNALIGNED_ACCESS
lsbits |= (unsigned char)(uintptr_t)base;
#endif
--
2.48.1