Get rid of USE_CACHE_ALIGNED. It has no function anymore.

This commit is contained in:
Jack Jansen 2002-04-11 20:41:18 +00:00
parent a7c2b303d4
commit 9b745f6665

View file

@ -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;
/*