mirror of
https://github.com/AdaCore/cpython.git
synced 2026-02-12 12:57:15 -08:00
Get rid of USE_CACHE_ALIGNED. It has no function anymore.
This commit is contained in:
@@ -45,9 +45,6 @@ typedef struct {
|
||||
long me_hash; /* cached hash code of me_key */
|
||||
PyObject *me_key;
|
||||
PyObject *me_value;
|
||||
#ifdef USE_CACHE_ALIGNED
|
||||
long aligner;
|
||||
#endif
|
||||
} PyDictEntry;
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user