mirror of
https://github.com/python/cpython.git
synced 2025-11-26 13:22:51 +00:00
Get rid of USE_CACHE_ALIGNED. It has no function anymore.
This commit is contained in:
parent
a7c2b303d4
commit
9b745f6665
1 changed files with 0 additions and 3 deletions
|
|
@ -45,9 +45,6 @@ typedef struct {
|
||||||
long me_hash; /* cached hash code of me_key */
|
long me_hash; /* cached hash code of me_key */
|
||||||
PyObject *me_key;
|
PyObject *me_key;
|
||||||
PyObject *me_value;
|
PyObject *me_value;
|
||||||
#ifdef USE_CACHE_ALIGNED
|
|
||||||
long aligner;
|
|
||||||
#endif
|
|
||||||
} PyDictEntry;
|
} PyDictEntry;
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue