Skip to content

Commit d95e629

Browse files
author
neal.norwitz
committed
ALIGNMENT_SHIFT is not used
git-svn-id: http://svn.python.org/projects/python/trunk@45372 6015fed2-1504-0410-9fe1-9d1591cc4771
1 parent ea0334c commit d95e629

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

Python/pyarena.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313

1414
#define DEFAULT_BLOCK_SIZE 8192
1515
#define ALIGNMENT 8
16-
#define ALIGNMENT_SHIFT 3
1716
#define ALIGNMENT_MASK (ALIGNMENT - 1)
1817
#define ROUNDUP(x) (((x) + ALIGNMENT_MASK) & ~ALIGNMENT_MASK)
1918

0 commit comments

Comments
 (0)