summaryrefslogtreecommitdiffstats
path: root/lib/libstand/zalloc_mem.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libstand/zalloc_mem.h')
-rw-r--r--lib/libstand/zalloc_mem.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/libstand/zalloc_mem.h b/lib/libstand/zalloc_mem.h
index f29c0d7..26d388d 100644
--- a/lib/libstand/zalloc_mem.h
+++ b/lib/libstand/zalloc_mem.h
@@ -48,8 +48,6 @@ typedef struct MemPool {
uintptr_t mp_Used;
} MemPool;
-#define MEMNODE_SIZE_MASK ((sizeof(MemNode) <= 8) ? 7 : 15)
-
#define ZNOTE_FREE 0
#define ZNOTE_REUSE 1
OpenPOWER on IntegriCloud