]> granicus.if.org Git - python/commitdiff
ALIGNMENT_SHIFT is not used
authorNeal Norwitz <nnorwitz@gmail.com>
Fri, 14 Apr 2006 03:53:34 +0000 (03:53 +0000)
committerNeal Norwitz <nnorwitz@gmail.com>
Fri, 14 Apr 2006 03:53:34 +0000 (03:53 +0000)
Python/pyarena.c

index c5491e954a8e37700d4e1e51ad360f253e32157d..24a73743009099c9482d16b05340cc92f61d1940 100644 (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)