mirror of https://github.com/python/cpython
ALIGNMENT_SHIFT is not used
This commit is contained in:
parent
7db4f2460f
commit
8c0dc84398
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in New Issue