Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 9b745f6

Browse files
committed
Get rid of USE_CACHE_ALIGNED. It has no function anymore.
1 parent a7c2b30 commit 9b745f6

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

Include/dictobject.h

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,6 @@ typedef struct {
4545
long me_hash; /* cached hash code of me_key */
4646
PyObject *me_key;
4747
PyObject *me_value;
48-
#ifdef USE_CACHE_ALIGNED
49-
long aligner;
50-
#endif
5148
} PyDictEntry;
5249

5350
/*

0 commit comments

Comments
 (0)