[PATCH 1/2] lib/btree: Kill unused MAX macro

From: Denis Kirjanov <kirjanov@xxxxxxxxx
Date: Wed May 12 2010 - 17:15:33 EST


Kill unused MAX macro

Signed-off-by: Denis Kirjanov <kirjanov@xxxxxxxxx>
---
diff --git a/lib/btree.c b/lib/btree.c
index 41859a8..f833949 100644
--- a/lib/btree.c
+++ b/lib/btree.c
@@ -45,7 +45,6 @@
#include <linux/slab.h>
#include <linux/module.h>

-#define MAX(a, b) ((a) > (b) ? (a) : (b))
#define NODESIZE MAX(L1_CACHE_BYTES, 128)

struct btree_geo {
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/