diff --git a/Include/dictobject.h b/Include/dictobject.h index 547430ea938..27ef90d3b41 100644 --- a/Include/dictobject.h +++ b/Include/dictobject.h @@ -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; /*