ALIGNMENT_SHIFT is not used

This commit is contained in:
Neal Norwitz 2006-04-14 03:53:34 +00:00
parent 7db4f2460f
commit 8c0dc84398
1 changed files with 0 additions and 1 deletions

View File

@ -13,7 +13,6 @@
#define DEFAULT_BLOCK_SIZE 8192
#define ALIGNMENT 8
#define ALIGNMENT_SHIFT 3
#define ALIGNMENT_MASK (ALIGNMENT - 1)
#define ROUNDUP(x) (((x) + ALIGNMENT_MASK) & ~ALIGNMENT_MASK)