Commit 70074cfd authored by Jack Jansen's avatar Jack Jansen

Get rid of USE_CACHE_ALIGNED. It has no function anymore.

parent 28831ea4
......@@ -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;
/*
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment